Searched refs:SQLITE_SYNC_FULL (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h529 ** to use normal fsync() semantics. The SQLITE_SYNC_FULL flag means
533 #define SQLITE_SYNC_FULL 0x00003 macro
560 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h529 ** to use normal fsync() semantics. The SQLITE_SYNC_FULL flag means
533 #define SQLITE_SYNC_FULL 0x00003 macro
560 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h529 ** to use normal fsync() semantics. The SQLITE_SYNC_FULL flag means
533 #define SQLITE_SYNC_FULL 0x00003 macro
560 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h543 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
547 #define SQLITE_SYNC_FULL 0x00003 macro
582 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
H A Dsqlite3.c1080 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
1084 #define SQLITE_SYNC_FULL 0x00003 macro
1119 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
21478 if( flags & SQLITE_SYNC_FULL){
25544 int isFullsync = (flags&0x0F)==SQLITE_SYNC_FULL;
25548 || (flags&0x0F)==SQLITE_SYNC_FULL
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h543 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
547 #define SQLITE_SYNC_FULL 0x00003 macro
582 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
H A Dsqlite3.c1080 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
1084 #define SQLITE_SYNC_FULL 0x00003 macro
1119 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
21478 if( flags & SQLITE_SYNC_FULL){
25544 int isFullsync = (flags&0x0F)==SQLITE_SYNC_FULL;
25548 || (flags&0x0F)==SQLITE_SYNC_FULL
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h543 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
547 #define SQLITE_SYNC_FULL 0x00003 macro
582 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
H A Dsqlite3.c1080 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
1084 #define SQLITE_SYNC_FULL 0x00003 macro
1119 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
21478 if( flags & SQLITE_SYNC_FULL){
25544 int isFullsync = (flags&0x0F)==SQLITE_SYNC_FULL;
25548 || (flags&0x0F)==SQLITE_SYNC_FULL
[all...]

Completed in 1120 milliseconds