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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 183 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
199 typedef sqlite_int64 sqlite3_int64; typedef
207 # define double sqlite3_int64
574 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
575 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
576 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
578 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
    [all...]
sqlite3ext.h 164 int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,int,sqlite3_blob**);
169 sqlite3_int64 (*memory_highwater)(int);
170 sqlite3_int64 (*memory_used)(void);
  /external/sqlite/dist/orig/
sqlite3.h 236 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
240 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
255 typedef sqlite_int64 sqlite3_int64; typedef
263 # define double sqlite3_int64
686 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
687 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
688 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
690 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
    [all...]
sqlite3ext.h 176 int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,
184 sqlite3_int64 (*memory_highwater)(int);
185 sqlite3_int64 (*memory_used)(void);
228 sqlite3_int64 (*soft_heap_limit64)(sqlite3_int64);
236 int (*blob_reopen)(sqlite3_blob*,sqlite3_int64);
sqlite3.c 786 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
790 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
805 typedef sqlite_int64 sqlite3_int64; typedef
813 # define double sqlite3_int64
    [all...]
shell.c     [all...]
  /external/sqlite/dist/
sqlite3.h 236 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
240 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
255 typedef sqlite_int64 sqlite3_int64; typedef
263 # define double sqlite3_int64
686 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
687 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
688 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
690 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
    [all...]
sqlite3ext.h 176 int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,
184 sqlite3_int64 (*memory_highwater)(int);
185 sqlite3_int64 (*memory_used)(void);
228 sqlite3_int64 (*soft_heap_limit64)(sqlite3_int64);
236 int (*blob_reopen)(sqlite3_blob*,sqlite3_int64);
sqlite3.c 786 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
790 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
805 typedef sqlite_int64 sqlite3_int64; typedef
813 # define double sqlite3_int64
    [all...]
shell.c     [all...]

Completed in 88 milliseconds