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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h547 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
568 #define SQLITE_SYNC_DATAONLY 0x00010 macro
604 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
H A Dsqlite3.c1100 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
1121 #define SQLITE_SYNC_DATAONLY 0x00010 macro
1157 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
27904 int isDataOnly = (flags&SQLITE_SYNC_DATAONLY);
[all...]

Completed in 328 milliseconds