Searched refs:sqlite3OsClose (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos.h237 int sqlite3OsClose(sqlite3_file*);
H A Djournal.c73 sqlite3OsClose(p->pReal);
H A Dos.c55 int sqlite3OsClose(sqlite3_file *pId){ function
225 rc = sqlite3OsClose(pFile);
H A Dtest_devsym.c136 return sqlite3OsClose(p->pReal);
H A Dpager.c1690 sqlite3OsClose(pPager->sjfd);
1768 sqlite3OsClose(pPager->jfd);
1926 sqlite3OsClose(pPager->jfd);
1949 sqlite3OsClose(pPager->jfd);
2433 sqlite3OsClose(pJournal);
2447 sqlite3OsClose(pMaster);
2453 sqlite3OsClose(pMaster);
3784 sqlite3OsClose(pPager->jfd);
3785 sqlite3OsClose(pPager->fd);
4488 sqlite3OsClose(pPage
[all...]
H A Dtest6.c398 sqlite3OsClose(pCrash->pRealFile);
631 sqlite3OsClose(pFile);
H A Dtest_journal.c261 return sqlite3OsClose(p->pReal);
H A Dwal.c1281 sqlite3OsClose(pRet->pWalFd);
1798 sqlite3OsClose(pWal->pWalFd);
H A Dtest_vfs.c339 rc = sqlite3OsClose(pFd->pReal);
/external/sqlite/dist/
H A Dsqlite3.c9461 SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file*);
14730 SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file *pId){ function
14918 rc = sqlite3OsClose(pFile);
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8890 SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file*);
14014 SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file *pId){ function
14184 rc = sqlite3OsClose(pFile);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9461 SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file*);
14730 SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file *pId){ function
14918 rc = sqlite3OsClose(pFile);
[all...]

Completed in 520 milliseconds