Searched refs:dirSync (Results 1 - 2 of 2) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 6740 static int apndDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in apndDelete() argument 6741 return ORIGVFS(pVfs)->xDelete(ORIGVFS(pVfs), zPath, dirSync); in apndDelete()
|
H A D | sqlite3.c | 25096 sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync) sqlite3OsDelete() argument 36644 kvvfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync) kvvfsDelete() argument 213931 rbuVfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync) global() argument [all...] |
Completed in 156 milliseconds