HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_int64 (Results 1 - 6 of 6) 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/
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
672 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
673 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
674 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
676 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
    [all...]
sqlite3.h.orig 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;
263 # define double sqlite3_int64
669 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
670 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
671 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
673 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
    [all...]
sqlite3.c 783 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
787 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
802 typedef sqlite_int64 sqlite3_int64; typedef
810 # define double sqlite3_int64
    [all...]
sqlite3.c.orig 779 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
783 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
798 typedef sqlite_int64 sqlite3_int64;
806 # define double sqlite3_int64
    [all...]

Completed in 28 milliseconds