HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_int64 (Results 1 - 8 of 8) sorted by null

  /external/sqlite/dist/orig/
sqlite3.h 251 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
255 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
274 typedef sqlite_int64 sqlite3_int64; typedef
282 # define double sqlite3_int64
    [all...]
sqlite3ext.h 174 int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,
182 sqlite3_int64 (*memory_highwater)(int);
183 sqlite3_int64 (*memory_used)(void);
226 sqlite3_int64 (*soft_heap_limit64)(sqlite3_int64);
234 int (*blob_reopen)(sqlite3_blob*,sqlite3_int64);
247 sqlite3_int64 (*uri_int64)(const char*,const char*,sqlite3_int64);
277 int (*status64)(int,sqlite3_int64*,sqlite3_int64*,int)
    [all...]
sqlite3.c 528 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
532 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
551 typedef sqlite_int64 sqlite3_int64; typedef
559 # define double sqlite3_int64
    [all...]
shell.c 174 static sqlite3_int64 timeOfDay(void){
176 sqlite3_int64 t;
183 t = (sqlite3_int64)(r*86400000.0);
203 static sqlite3_int64 iBegin; /* Wall-clock time at start */
226 sqlite3_int64 iEnd = timeOfDay();
246 static sqlite3_int64 ftWallBegin;
304 sqlite3_int64 ftWallEnd = timeOfDay();
    [all...]
  /external/sqlite/dist/
sqlite3.h 251 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
255 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
274 typedef sqlite_int64 sqlite3_int64; typedef
282 # define double sqlite3_int64
    [all...]
sqlite3ext.h 174 int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,
182 sqlite3_int64 (*memory_highwater)(int);
183 sqlite3_int64 (*memory_used)(void);
226 sqlite3_int64 (*soft_heap_limit64)(sqlite3_int64);
234 int (*blob_reopen)(sqlite3_blob*,sqlite3_int64);
247 sqlite3_int64 (*uri_int64)(const char*,const char*,sqlite3_int64);
277 int (*status64)(int,sqlite3_int64*,sqlite3_int64*,int)
    [all...]
sqlite3.c 528 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
532 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
551 typedef sqlite_int64 sqlite3_int64; typedef
559 # define double sqlite3_int64
    [all...]
shell.c 180 static sqlite3_int64 timeOfDay(void){
182 sqlite3_int64 t;
189 t = (sqlite3_int64)(r*86400000.0);
209 static sqlite3_int64 iBegin; /* Wall-clock time at start */
232 sqlite3_int64 iEnd = timeOfDay();
252 static sqlite3_int64 ftWallBegin;
310 sqlite3_int64 ftWallEnd = timeOfDay();
    [all...]

Completed in 124 milliseconds