Searched refs:syncDir (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 1522 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
|
| H A D | shell.c | 11645 static int apndDelete(sqlite3_vfs*, const char *zName, int syncDir); 18441 static int vfstraceDelete(sqlite3_vfs*, const char *zName, int syncDir);
|
| H A D | sqlite3.c | 1843 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); 39222 static int kvvfsDelete(sqlite3_vfs*, const char *zName, int syncDir); 54380 int syncDir /* Not used on win32 */ argument 54388 UNUSED_PARAMETER(syncDir); 54391 OSTRACE(("DELETE name=%s, syncDir=%d\n", zFilename, syncDir));
|