| /sqlite-3.40.0/src/ |
| H A D | test_multiplex.c | 614 int syncDir in multiplexDelete() argument 618 rc = pOrigVfs->xDelete(pOrigVfs, zName, syncDir); in multiplexDelete() 637 rc = pOrigVfs->xDelete(pOrigVfs, z, syncDir); in multiplexDelete() 647 rc = pOrigVfs->xDelete(pOrigVfs, z, syncDir); in multiplexDelete()
|
| H A D | test_devsym.c | 63 static int devsymDelete(sqlite3_vfs*, const char *zName, int syncDir);
|
| H A D | test_quota.c | 489 int syncDir /* Do a directory sync after deleting */ in quotaDelete() argument 497 rc = pOrigVfs->xDelete(pOrigVfs, zName, syncDir); in quotaDelete()
|
| H A D | test_journal.c | 152 static int jtDelete(sqlite3_vfs*, const char *zName, int syncDir);
|
| H A D | test_onefile.c | 164 static int fsDelete(sqlite3_vfs*, const char *zName, int syncDir);
|
| H A D | os_kv.c | 83 static int kvvfsDelete(sqlite3_vfs*, const char *zName, int syncDir);
|
| H A D | test_vfstrace.c | 162 static int vfstraceDelete(sqlite3_vfs*, const char *zName, int syncDir);
|
| H A D | test_osinst.c | 166 static int vfslogDelete(sqlite3_vfs*, const char *zName, int syncDir);
|
| H A D | os_win.c | 5339 int syncDir /* Not used on win32 */ argument 5347 UNUSED_PARAMETER(syncDir); 5350 OSTRACE(("DELETE name=%s, syncDir=%d\n", zFilename, syncDir));
|
| H A D | test_vfs.c | 182 static int tvfsDelete(sqlite3_vfs*, const char *zName, int syncDir);
|
| H A D | sqlite.h.in | 1466 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-opfs-async-proxy.js | 409 xDeleteNoWait: async function(filename, syncDir = 0, recursive = false){ argument 429 if(0x1234 !== syncDir) break;
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | memvfs.c | 93 static int memDelete(sqlite3_vfs*, const char *zName, int syncDir);
|
| H A D | appendvfs.c | 161 static int apndDelete(sqlite3_vfs*, const char *zName, int syncDir);
|
| H A D | vfsstat.c | 171 static int vstatDelete(sqlite3_vfs*, const char *zName, int syncDir);
|
| H A D | cksumvfs.c | 231 static int cksmDelete(sqlite3_vfs*, const char *zName, int syncDir);
|
| H A D | vfslog.c | 115 static int vlogDelete(sqlite3_vfs*, const char *zName, int syncDir);
|
| /sqlite-3.40.0/ext/async/ |
| H A D | sqlite3async.c | 1176 static int asyncDelete(sqlite3_vfs *pAsyncVfs, const char *z, int syncDir){ in asyncDelete() argument 1178 return addNewAsyncWrite(0, ASYNC_DELETE, syncDir, (int)strlen(z)+1, z); in asyncDelete()
|