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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c13480 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ argument
13481 return pVfs->xDelete(pVfs, zPath, dirSync);
27321 ** Delete the file at zPath. If the dirSync argument is true, fsync()
27327 int dirSync /* If true, fsync() directory after deleting file */
27336 if( dirSync ){
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c13480 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ argument
13481 return pVfs->xDelete(pVfs, zPath, dirSync);
27321 ** Delete the file at zPath. If the dirSync argument is true, fsync()
27327 int dirSync /* If true, fsync() directory after deleting file */
27336 if( dirSync ){
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c13480 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ argument
13481 return pVfs->xDelete(pVfs, zPath, dirSync);
27321 ** Delete the file at zPath. If the dirSync argument is true, fsync()
27327 int dirSync /* If true, fsync() directory after deleting file */
27336 if( dirSync ){
[all...]

Completed in 915 milliseconds