Searched refs:dirSync (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c19907 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ argument
19909 assert( dirSync==0 || dirSync==1 );
19910 return pVfs->xDelete(pVfs, zPath, dirSync);
169403 rbuVfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync) argument
[all...]
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c14477 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ argument
14478 return pVfs->xDelete(pVfs, zPath, dirSync);
[all...]

Completed in 675 milliseconds