OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite_uint64
(Results
1 - 3
of
3
) 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
...]
/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.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
...]
Completed in 54 milliseconds