Searched refs:sqlite_int64 (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3ext.h40 int (*bind_int64)(sqlite3_stmt*,int,sqlite_int64);
66 sqlite_int64 (*column_int64)(sqlite3_stmt*,int iCol);
110 sqlite_int64 (*last_insert_rowid)(sqlite3*);
128 void (*result_int64)(sqlite3_context*,sqlite_int64);
148 sqlite_int64),void*);
155 sqlite_int64 (*value_int64)(sqlite3_value*);
H A Dsqlite3.h232 ** KEYWORDS: sqlite_int64 sqlite_uint64
238 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
241 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
247 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
250 typedef __int64 sqlite_int64; typedef
253 typedef long long int sqlite_int64; typedef
256 typedef sqlite_int64 sqlite3_int64;
H A Dshell.c183 sqlite_int64 i64Start = *((sqlite_int64 *) pStart);
184 sqlite_int64 i64End = *((sqlite_int64 *) pEnd);
H A Dsqlite3.c803 ** KEYWORDS: sqlite_int64 sqlite_uint64
809 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
812 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
818 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
821 typedef __int64 sqlite_int64; typedef
824 typedef long long int sqlite_int64; typedef
827 typedef sqlite_int64 sqlite3_int64;
8094 # define double sqlite_int64
8095 # define float sqlite_int64
8096 # define LONGDOUBLE_TYPE sqlite_int64
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h40 int (*bind_int64)(sqlite3_stmt*,int,sqlite_int64);
64 sqlite_int64 (*column_int64)(sqlite3_stmt*,int iCol);
100 sqlite_int64 (*last_insert_rowid)(sqlite3*);
118 void (*result_int64)(sqlite3_context*,sqlite_int64);
135 void * (*update_hook)(sqlite3*,void(*)(void*,int ,char const*,char const*,sqlite_int64),void*);
142 sqlite_int64 (*value_int64)(sqlite3_value*);
H A Dsqlite3.h231 ** KEYWORDS: sqlite_int64 sqlite_uint64
237 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
240 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
246 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
249 typedef __int64 sqlite_int64; typedef
252 typedef long long int sqlite_int64; typedef
255 typedef sqlite_int64 sqlite3_int64;
H A Dsqlite3.c784 ** KEYWORDS: sqlite_int64 sqlite_uint64
790 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
793 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
799 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
802 typedef __int64 sqlite_int64; typedef
805 typedef long long int sqlite_int64; typedef
808 typedef sqlite_int64 sqlite3_int64;
7588 # define double sqlite_int64
7589 # define float sqlite_int64
7590 # define LONGDOUBLE_TYPE sqlite_int64
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c486 sqlite_int64 entry_id;
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c460 (sqlite_int64)value), stmt->db);

Completed in 626 milliseconds