Searched refs:sqlite3_uint64 (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_osinst.c218 static sqlite3_uint64 vfslog_time(){
221 return sTime.tv_usec + (sqlite3_uint64)sTime.tv_sec * 1000000;
226 static sqlite3_uint64 vfslog_time(){
228 sqlite3_uint64 u64time = 0;
237 return u64time /(sqlite3_uint64)10;
240 static sqlite3_uint64 vfslog_time(){
252 sqlite3_uint64 t;
275 sqlite3_uint64 t;
294 sqlite3_uint64 t;
308 sqlite3_uint64
[all...]
H A Dsqlite.h.in231 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
237 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
251 typedef sqlite_uint64 sqlite3_uint64;
2284 void(*xProfile)(void*,const char*,sqlite3_uint64), void*);
H A Dtest_malloc.c253 sqlite3_uint64 n;
282 sqlite3_uint64 n = 0;
H A DsqliteInt.h2147 typedef sqlite3_uint64 yDbMask;
H A Dtest1.c3090 sqlite3_uint64 x;
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h94 typedef sqlite3_uint64 u64; /* 8-byte unsigned integer */
353 int sqlite3Fts3VarintLen(sqlite3_uint64);
H A Dfts3.c365 int sqlite3Fts3VarintLen(sqlite3_uint64 v){
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspeedtest8inst1.c44 sqlite3_uint64 iTime;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h236 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
242 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
256 typedef sqlite_uint64 sqlite3_uint64; typedef
2289 void(*xProfile)(void*,const char*,sqlite3_uint64), void*);
H A Dsqlite3.c779 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
785 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
799 typedef sqlite_uint64 sqlite3_uint64; typedef
2832 void(*xProfile)(void*,const char*,sqlite3_uint64), void*);
10492 typedef sqlite3_uint64 yDbMask;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h237 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
243 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
257 typedef sqlite_uint64 sqlite3_uint64; typedef
2599 void(*xProfile)(void*,const char*,sqlite3_uint64), void*);
H A Dsqlite3.c352 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
358 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
372 typedef sqlite_uint64 sqlite3_uint64; typedef
2714 void(*xProfile)(void*,const char*,sqlite3_uint64), void*);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h237 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
243 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
257 typedef sqlite_uint64 sqlite3_uint64; typedef
2599 void(*xProfile)(void*,const char*,sqlite3_uint64), void*);
H A Dsqlite3.c352 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
358 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
372 typedef sqlite_uint64 sqlite3_uint64; typedef
2714 void(*xProfile)(void*,const char*,sqlite3_uint64), void*);
[all...]

Completed in 2849 milliseconds