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

  /external/chromium_org/third_party/sqlite/src/src/
os.h 237 int sqlite3OsClose(sqlite3_file*);
journal.c 73 sqlite3OsClose(p->pReal);
os.c 55 int sqlite3OsClose(sqlite3_file *pId){
225 rc = sqlite3OsClose(pFile);
test_devsym.c 136 return sqlite3OsClose(p->pReal);
pager.c     [all...]
test6.c 398 sqlite3OsClose(pCrash->pRealFile);
631 sqlite3OsClose(pFile);
test_journal.c 261 return sqlite3OsClose(p->pReal);
wal.c     [all...]
test_vfs.c 339 rc = sqlite3OsClose(pFd->pReal);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 83 milliseconds