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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1870 SQLITE_CHECKPOINT_FULL = 1,
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h9623 ** <dt>SQLITE_CHECKPOINT_FULL<dd>
9632 ** ^This mode works the same way as SQLITE_CHECKPOINT_FULL with the addition
9637 ** ^Like SQLITE_CHECKPOINT_FULL, this mode blocks new
9661 ** ^The SQLITE_CHECKPOINT_FULL, RESTART and TRUNCATE modes also obtain the
9715 #define SQLITE_CHECKPOINT_FULL 1 /* Wait for writers, then checkpoint */ macro
H A Dsqlite3.c9936 ** <dt>SQLITE_CHECKPOINT_FULL<dd>
9945 ** ^This mode works the same way as SQLITE_CHECKPOINT_FULL with the addition
9950 ** ^Like SQLITE_CHECKPOINT_FULL, this mode blocks new
9974 ** ^The SQLITE_CHECKPOINT_FULL, RESTART and TRUNCATE modes also obtain the
10028 #define SQLITE_CHECKPOINT_FULL 1 /* Wait for writers, then checkpoint */ macro
[all...]

Completed in 602 milliseconds