OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite_uint64
(Results
1 - 7
of
7
) sorted by null
/external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h
178
** KEYWORDS: sqlite_int64
sqlite_uint64
184
** The sqlite_int64 and
sqlite_uint64
types are supported for backwards
191
typedef unsigned SQLITE_INT64_TYPE
sqlite_uint64
;
typedef
194
typedef unsigned __int64
sqlite_uint64
;
typedef
197
typedef unsigned long long int
sqlite_uint64
;
typedef
200
typedef
sqlite_uint64
sqlite3_uint64;
[
all
...]
sqlite3ext.h
111
void * (*profile)(sqlite3*,void(*)(void*,const char*,
sqlite_uint64
),void*);
/external/sqlite/dist/
sqlite3.h
231
** KEYWORDS: sqlite_int64
sqlite_uint64
237
** The sqlite_int64 and
sqlite_uint64
types are supported for backwards
242
** sqlite3_uint64 and
sqlite_uint64
types can store integer values
247
typedef unsigned SQLITE_INT64_TYPE
sqlite_uint64
;
typedef
250
typedef unsigned __int64
sqlite_uint64
;
typedef
253
typedef unsigned long long int
sqlite_uint64
;
typedef
256
typedef
sqlite_uint64
sqlite3_uint64;
[
all
...]
sqlite3.h.orig
231
** KEYWORDS: sqlite_int64
sqlite_uint64
237
** The sqlite_int64 and
sqlite_uint64
types are supported for backwards
242
** sqlite3_uint64 and
sqlite_uint64
types can store integer values
247
typedef unsigned SQLITE_INT64_TYPE
sqlite_uint64
;
250
typedef unsigned __int64
sqlite_uint64
;
253
typedef unsigned long long int
sqlite_uint64
;
256
typedef
sqlite_uint64
sqlite3_uint64;
[
all
...]
sqlite3.c
778
** KEYWORDS: sqlite_int64
sqlite_uint64
784
** The sqlite_int64 and
sqlite_uint64
types are supported for backwards
789
** sqlite3_uint64 and
sqlite_uint64
types can store integer values
794
typedef unsigned SQLITE_INT64_TYPE
sqlite_uint64
;
typedef
797
typedef unsigned __int64
sqlite_uint64
;
typedef
800
typedef unsigned long long int
sqlite_uint64
;
typedef
803
typedef
sqlite_uint64
sqlite3_uint64;
[
all
...]
sqlite3.c.orig
774
** KEYWORDS: sqlite_int64
sqlite_uint64
780
** The sqlite_int64 and
sqlite_uint64
types are supported for backwards
785
** sqlite3_uint64 and
sqlite_uint64
types can store integer values
790
typedef unsigned SQLITE_INT64_TYPE
sqlite_uint64
;
793
typedef unsigned __int64
sqlite_uint64
;
796
typedef unsigned long long int
sqlite_uint64
;
799
typedef
sqlite_uint64
sqlite3_uint64;
[
all
...]
/external/javasqlite/src/main/native/
sqlite_jni.c
[
all
...]
Completed in 92 milliseconds