Home
last modified time | relevance | path

Searched refs:dirSync (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Dslapd-dirsync1.conf58 type=dirSync
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c278 static int dirSync; variable
704 if( dirSync ) { in handle_private_option()
764 dirSync = 1 + crit; in handle_private_option()
1142 || dirSync in main()
1383 if ( dirSync ) { in main()
1396 c[i].ldctl_iscritical = dirSync > 1; in main()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c9195 static int apndDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in apndDelete() argument
9196 return ORIGVFS(pVfs)->xDelete(ORIGVFS(pVfs), zPath, dirSync); in apndDelete()
H A Dsqlite3.c25991 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in sqlite3OsDelete() argument
25993 assert( dirSync==0 || dirSync==1 ); in sqlite3OsDelete()
25994 return pVfs->xDelete!=0 ? pVfs->xDelete(pVfs, zPath, dirSync) : SQLITE_OK; in sqlite3OsDelete()
37892 static int kvvfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){
44550 int dirSync /* If true, fsync() directory after deleting file */
44568 if( (dirSync & 1)!=0 ){
53142 static int memdbDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){
221443 static int rbuVfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){
221445 return pRealVfs->xDelete(pRealVfs, zPath, dirSync);