OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite_uint64
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
scache.c
47
sqlite_uint64
cid;
73
#define SCACHE_INVALID_CID ((
sqlite_uint64
)-1)
709
sqlite_uint64
credid;
976
sqlite_uint64
oid;
1048
sqlite_uint64
credid = 0;
/src/external/public-domain/sqlite/dist/
sqlite3.h
279
** KEYWORDS: sqlite_int64
sqlite_uint64
285
** The sqlite_int64 and
sqlite_uint64
types are supported for backwards
290
** sqlite3_uint64 and
sqlite_uint64
types can store integer values
296
typedef SQLITE_UINT64_TYPE
sqlite_uint64
;
typedef
298
typedef unsigned SQLITE_INT64_TYPE
sqlite_uint64
;
typedef
302
typedef unsigned __int64
sqlite_uint64
;
typedef
305
typedef unsigned long long int
sqlite_uint64
;
typedef
308
typedef
sqlite_uint64
sqlite3_uint64;
sqlite3ext.h
117
void * (*profile)(sqlite3*,void(*)(void*,const char*,
sqlite_uint64
),void*);
sqlite3.c
600
** KEYWORDS: sqlite_int64
sqlite_uint64
606
** The sqlite_int64 and
sqlite_uint64
types are supported for backwards
611
** sqlite3_uint64 and
sqlite_uint64
types can store integer values
617
typedef SQLITE_UINT64_TYPE
sqlite_uint64
;
typedef
619
typedef unsigned SQLITE_INT64_TYPE
sqlite_uint64
;
typedef
623
typedef unsigned __int64
sqlite_uint64
;
typedef
626
typedef unsigned long long int
sqlite_uint64
;
typedef
629
typedef
sqlite_uint64
sqlite3_uint64;
15897
typedef
sqlite_uint64
u64; /* 8-byte unsigned integer */
[
all
...]
/src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c
817
static void DbProfileHandler(void *cd, const char *zSql,
sqlite_uint64
tm){
Completed in 151 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026