Searched refs:SQLITE_SYNC_NORMAL (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.h528 ** information need not be flushed. The SQLITE_SYNC_NORMAL flag means
532 #define SQLITE_SYNC_NORMAL 0x00002 macro
559 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h528 ** information need not be flushed. The SQLITE_SYNC_NORMAL flag means
532 #define SQLITE_SYNC_NORMAL 0x00002 macro
559 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h528 ** information need not be flushed. The SQLITE_SYNC_NORMAL flag means
532 #define SQLITE_SYNC_NORMAL 0x00002 macro
559 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h542 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
546 #define SQLITE_SYNC_NORMAL 0x00002 macro
581 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
H A Dsqlite3.c1079 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
1083 #define SQLITE_SYNC_NORMAL 0x00002 macro
1118 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
25546 /* Check that one of SQLITE_SYNC_NORMAL or FULL was passed */
25547 assert((flags&0x0F)==SQLITE_SYNC_NORMAL
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h542 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
546 #define SQLITE_SYNC_NORMAL 0x00002 macro
581 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
H A Dsqlite3.c1079 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
1083 #define SQLITE_SYNC_NORMAL 0x00002 macro
1118 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
25546 /* Check that one of SQLITE_SYNC_NORMAL or FULL was passed */
25547 assert((flags&0x0F)==SQLITE_SYNC_NORMAL
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h542 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
546 #define SQLITE_SYNC_NORMAL 0x00002 macro
581 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
H A Dsqlite3.c1079 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
1083 #define SQLITE_SYNC_NORMAL 0x00002 macro
1118 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
25546 /* Check that one of SQLITE_SYNC_NORMAL or FULL was passed */
25547 assert((flags&0x0F)==SQLITE_SYNC_NORMAL
[all...]

Completed in 1030 milliseconds