Searched refs:SQLITE_SYNC_FULL (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.h508 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
512 #define SQLITE_SYNC_FULL 0x00003 macro
547 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
H A Dsqlite3.c1032 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
1036 #define SQLITE_SYNC_FULL 0x00003 macro
1071 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
20327 if( flags & SQLITE_SYNC_FULL){
24532 int isFullsync = (flags&0x0F)==SQLITE_SYNC_FULL;
24536 || (flags&0x0F)==SQLITE_SYNC_FULL
27896 if( flags & SQLITE_SYNC_FULL ){
[all...]

Completed in 255 milliseconds