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

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h591 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
612 #define SQLITE_SYNC_DATAONLY 0x00010 macro
648 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
H A Dsqlite3.c1162 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
1183 #define SQLITE_SYNC_DATAONLY 0x00010 macro
1219 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
26615 int isDataOnly = (flags&SQLITE_SYNC_DATAONLY);
[all...]
/freebsd-10.0-release/crypto/heimdal/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 577 milliseconds