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.c1680 sqlite3OsClose(pPager->sjfd);
1758 sqlite3OsClose(pPager->jfd);
1916 sqlite3OsClose(pPager->jfd);
1939 sqlite3OsClose(pPager->jfd);
2423 sqlite3OsClose(pJournal);
2437 sqlite3OsClose(pMaster);
2443 sqlite3OsClose(pMaster);
3774 sqlite3OsClose(pPager->jfd);
3775 sqlite3OsClose(pPager->fd);
4478 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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8875 SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file*);
13999 SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file *pId){ function
14169 rc = sqlite3OsClose(pFile);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10185 SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file*);
15795 SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file *pId){ function
16017 rc = sqlite3OsClose(pFile);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10185 SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file*);
15795 SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file *pId){ function
16017 rc = sqlite3OsClose(pFile);
[all...]

Completed in 642 milliseconds