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

  /external/chromium_org/third_party/sqlite/src/test/
threadtest3.c 4 ** SQLite library. It can be compiled to an executable on unix using the
16 ** tclsqlite.c in the SQLite distribution. The names of all the
357 ** inside SQLite. The following routines implement that function.
392 typedef struct Sqlite Sqlite;
410 struct Sqlite {
463 Sqlite *pDb,
503 Sqlite *pDb, /* OUT: Database handle */
527 Sqlite *pDb /* OUT: Database handle */
546 memset(pDb, 0, sizeof(Sqlite));
    [all...]
tt3_checkpoint.c 71 Sqlite db = {0};
94 Sqlite db = {0};

Completed in 29 milliseconds