Home
last modified time | relevance | path

Searched refs:sqlite3OsDelete (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos.h191 int sqlite3OsDelete(sqlite3_vfs *, const char *, int);
H A Dtest_devsym.c263 return sqlite3OsDelete(g.pVfs, zPath, dirSync); in devsymDelete()
H A Dos.c229 int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in sqlite3OsDelete() function
H A Dpager.c2077 rc = sqlite3OsDelete(pPager->pVfs, pPager->zJournal, pPager->extraSync); in pager_end_transaction()
2569 rc = sqlite3OsDelete(pVfs, zSuper, 0); in pager_delsuper()
3296 rc = sqlite3OsDelete(pPager->pVfs, pPager->zWal, 0); in pagerOpenWalIfPresent()
5112 sqlite3OsDelete(pVfs, pPager->zJournal, 0); in hasHotJournal()
7317 sqlite3OsDelete(pPager->pVfs, pPager->zJournal, 0); in sqlite3PagerSetJournalMode()
7330 sqlite3OsDelete(pPager->pVfs, pPager->zJournal, 0); in sqlite3PagerSetJournalMode()
H A Dtest_journal.c743 return sqlite3OsDelete(g.pVfs, zPath, dirSync); in jtDelete()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos.h189 int sqlite3OsDelete(sqlite3_vfs *, const char *, int);
H A Dtest_devsym.c290 return sqlite3OsDelete(g.pVfs, zPath, dirSync); in devsymDelete()
H A Dos.c217 int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in sqlite3OsDelete() function
H A Dpager.c2057 rc = sqlite3OsDelete(pPager->pVfs, pPager->zJournal, pPager->extraSync); in pager_end_transaction()
2596 rc = sqlite3OsDelete(pVfs, zMaster, 0); in pager_delmaster()
3317 rc = sqlite3OsDelete(pPager->pVfs, pPager->zWal, 0); in pagerOpenWalIfPresent()
5038 sqlite3OsDelete(pVfs, pPager->zJournal, 0); in hasHotJournal()
7219 sqlite3OsDelete(pPager->pVfs, pPager->zJournal, 0); in sqlite3PagerSetJournalMode()
7232 sqlite3OsDelete(pPager->pVfs, pPager->zJournal, 0); in sqlite3PagerSetJournalMode()
H A Dtest_journal.c743 return sqlite3OsDelete(g.pVfs, zPath, dirSync); in jtDelete()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos.h191 int sqlite3OsDelete(sqlite3_vfs *, const char *, int);
H A Dtest_devsym.c263 return sqlite3OsDelete(g.pVfs, zPath, dirSync); in devsymDelete()
H A Dos.c222 int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in sqlite3OsDelete() function
H A Dpager.c2105 rc = sqlite3OsDelete(pPager->pVfs, pPager->zJournal, pPager->extraSync); in pager_end_transaction()
2644 rc = sqlite3OsDelete(pVfs, zMaster, 0); in pager_delmaster()
3367 rc = sqlite3OsDelete(pPager->pVfs, pPager->zWal, 0); in pagerOpenWalIfPresent()
5175 sqlite3OsDelete(pVfs, pPager->zJournal, 0); in hasHotJournal()
7439 sqlite3OsDelete(pPager->pVfs, pPager->zJournal, 0); in sqlite3PagerSetJournalMode()
7452 sqlite3OsDelete(pPager->pVfs, pPager->zJournal, 0); in sqlite3PagerSetJournalMode()
H A Dtest_journal.c743 return sqlite3OsDelete(g.pVfs, zPath, dirSync); in jtDelete()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos.h191 int sqlite3OsDelete(sqlite3_vfs *, const char *, int);
H A Dos.c222 int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in sqlite3OsDelete() function
H A Dtest_devsym.c263 return sqlite3OsDelete(g.pVfs, zPath, dirSync); in devsymDelete()
H A Dpager.c2073 rc = sqlite3OsDelete(pPager->pVfs, pPager->zJournal, pPager->extraSync); in pager_end_transaction()
2565 rc = sqlite3OsDelete(pVfs, zSuper, 0); in pager_delsuper()
3292 rc = sqlite3OsDelete(pPager->pVfs, pPager->zWal, 0); in pagerOpenWalIfPresent()
5108 sqlite3OsDelete(pVfs, pPager->zJournal, 0); in hasHotJournal()
7310 sqlite3OsDelete(pPager->pVfs, pPager->zJournal, 0); in sqlite3PagerSetJournalMode()
7323 sqlite3OsDelete(pPager->pVfs, pPager->zJournal, 0); in sqlite3PagerSetJournalMode()
H A Dtest_journal.c743 return sqlite3OsDelete(g.pVfs, zPath, dirSync); in jtDelete()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos.h259 int sqlite3OsDelete(sqlite3_vfs *, const char *, int);
H A Dtest_devsym.c289 return sqlite3OsDelete(g.pVfs, zPath, dirSync); in devsymDelete()
H A Dos.c143 int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in sqlite3OsDelete() function
H A Dtest_journal.c736 return sqlite3OsDelete(g.pVfs, zPath, dirSync); in jtDelete()
H A Dvdbeaux.c1837 sqlite3OsDelete(pVfs, zMaster, 0); in vdbeCommit()
1852 sqlite3OsDelete(pVfs, zMaster, 0); in vdbeCommit()
1884 rc = sqlite3OsDelete(pVfs, zMaster, 1); in vdbeCommit()

12345678