Home | History | Annotate | Download | only in orig

Lines Matching defs:syncDir

1584   int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
24490 int syncDir /* Not used on os2 */
30059 int syncDir = (isCreate && (
30119 assert(isDelete && !syncDir);
30223 if( syncDir ) ctrlFlags |= UNIXFILE_DIRSYNC;
35352 int syncDir /* Not used on win32 */
35359 UNUSED_PARAMETER(syncDir);