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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h507 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
511 #define SQLITE_SYNC_NORMAL 0x00002 macro
546 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
H A Dsqlite3.c1031 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
1035 #define SQLITE_SYNC_NORMAL 0x00002 macro
1070 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
24534 /* Check that one of SQLITE_SYNC_NORMAL or FULL was passed */
24535 assert((flags&0x0F)==SQLITE_SYNC_NORMAL
[all...]

Completed in 325 milliseconds