Searched refs:full_fsync (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.c25456 static int full_fsync(int fd, int fullSync, int dataOnly){ function
25558 rc = full_fsync(pFile->h, isFullsync, isDataOnly);
25569 /* The directory sync is only attempted if full_fsync is
25570 ** turned off or unavailable. If a full_fsync occurred above,
25573 if( (!HAVE_FULLFSYNC || !isFullsync) && full_fsync(pFile->dirfd,0,0) ){
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c25456 static int full_fsync(int fd, int fullSync, int dataOnly){ function
25558 rc = full_fsync(pFile->h, isFullsync, isDataOnly);
25569 /* The directory sync is only attempted if full_fsync is
25570 ** turned off or unavailable. If a full_fsync occurred above,
25573 if( (!HAVE_FULLFSYNC || !isFullsync) && full_fsync(pFile->dirfd,0,0) ){
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c25456 static int full_fsync(int fd, int fullSync, int dataOnly){ function
25558 rc = full_fsync(pFile->h, isFullsync, isDataOnly);
25569 /* The directory sync is only attempted if full_fsync is
25570 ** turned off or unavailable. If a full_fsync occurred above,
25573 if( (!HAVE_FULLFSYNC || !isFullsync) && full_fsync(pFile->dirfd,0,0) ){
[all...]

Completed in 871 milliseconds