Home | History | Annotate | Download | only in orig

Lines Matching refs:syncDir

1385   int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
31146 int syncDir = (isCreate && (
31216 assert(isDelete && !syncDir);
31322 if( syncDir ) ctrlFlags |= UNIXFILE_DIRSYNC;
38097 int syncDir /* Not used on win32 */
38105 UNUSED_PARAMETER(syncDir);
38108 OSTRACE(("DELETE name=%s, syncDir=%d\n", zFilename, syncDir));