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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h6525 ** <dt>SQLITE_CHECKPOINT_FULL<dd>
6533 ** This mode works the same way as SQLITE_CHECKPOINT_FULL, except after
6554 ** The SQLITE_CHECKPOINT_FULL and RESTART modes also obtain the exclusive
6598 #define SQLITE_CHECKPOINT_FULL 1 macro
H A Dsqlite3.c7078 ** <dt>SQLITE_CHECKPOINT_FULL<dd>
7086 ** This mode works the same way as SQLITE_CHECKPOINT_FULL, except after
7107 ** The SQLITE_CHECKPOINT_FULL and RESTART modes also obtain the exclusive
7151 #define SQLITE_CHECKPOINT_FULL 1 macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h9064 ** <dt>SQLITE_CHECKPOINT_FULL<dd>
9073 ** ^This mode works the same way as SQLITE_CHECKPOINT_FULL with the addition
9078 ** ^Like SQLITE_CHECKPOINT_FULL, this mode blocks new
9102 ** ^The SQLITE_CHECKPOINT_FULL, RESTART and TRUNCATE modes also obtain the
9156 #define SQLITE_CHECKPOINT_FULL 1 /* Wait for writers, then checkpoint */ macro
H A Dsqlite3.c10127 ** <dt>SQLITE_CHECKPOINT_FULL<dd>
10136 ** ^This mode works the same way as SQLITE_CHECKPOINT_FULL with the addition
10141 ** ^Like SQLITE_CHECKPOINT_FULL, this mode blocks new
10165 ** ^The SQLITE_CHECKPOINT_FULL, RESTART and TRUNCATE modes also obtain the
10219 #define SQLITE_CHECKPOINT_FULL 1 /* Wait for writers, then checkpoint */ macro
[all...]

Completed in 903 milliseconds