Searched refs:SQLITE_SYNC_DATAONLY (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.h504 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
513 #define SQLITE_SYNC_DATAONLY 0x00010 macro
548 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
H A Dsqlite3.c1028 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
1037 #define SQLITE_SYNC_DATAONLY 0x00010 macro
1072 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
24531 int isDataOnly = (flags&SQLITE_SYNC_DATAONLY);
[all...]

Completed in 428 milliseconds