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 | 11614 static int apndDelete(sqlite3_vfs*, const char *zName, int syncDir); 18403 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); 39192 static int kvvfsDelete(sqlite3_vfs*, const char *zName, int syncDir); 54335 int syncDir /* Not used on win32 */ argument 54343 UNUSED_PARAMETER(syncDir); 54346 OSTRACE(("DELETE name=%s, syncDir=%d\n", zFilename, syncDir));
|