HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_uint64 (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.
200 typedef sqlite_uint64 sqlite3_uint64; typedef
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 236 ** 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
    [all...]
sqlite3.c 786 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
792 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
806 typedef sqlite_uint64 sqlite3_uint64; typedef
    [all...]
  /external/sqlite/dist/
sqlite3.h 236 ** 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
    [all...]
sqlite3.c 786 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
792 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
806 typedef sqlite_uint64 sqlite3_uint64; typedef
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 98 static void sqliteProfileCallback(void *data, const char *sql, sqlite3_uint64 tm) {
    [all...]

Completed in 72 milliseconds