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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d274 SQLITE_SYNC_DATAONLY = 0x00010
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h694 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
715 #define SQLITE_SYNC_DATAONLY 0x00010 macro
751 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
H A Dsqlite3.c1007 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
1028 #define SQLITE_SYNC_DATAONLY 0x00010 macro
1064 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
[all...]

Completed in 575 milliseconds