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

/external/sqlite/dist/orig/
H A Dsqlite3.h7417 ** <dt>SQLITE_CHECKPOINT_FULL<dd>
7426 ** ^This mode works the same way as SQLITE_CHECKPOINT_FULL with the addition
7431 ** ^Like SQLITE_CHECKPOINT_FULL, this mode blocks new
7455 ** ^The SQLITE_CHECKPOINT_FULL, RESTART and TRUNCATE modes also obtain the
7509 #define SQLITE_CHECKPOINT_FULL 1 /* Wait for writers, then checkpoint */ macro
H A Dsqlite3.c7624 ** <dt>SQLITE_CHECKPOINT_FULL<dd>
7633 ** ^This mode works the same way as SQLITE_CHECKPOINT_FULL with the addition
7638 ** ^Like SQLITE_CHECKPOINT_FULL, this mode blocks new
7662 ** ^The SQLITE_CHECKPOINT_FULL, RESTART and TRUNCATE modes also obtain the
7716 #define SQLITE_CHECKPOINT_FULL 1 /* Wait for writers, then checkpoint */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h7417 ** <dt>SQLITE_CHECKPOINT_FULL<dd>
7426 ** ^This mode works the same way as SQLITE_CHECKPOINT_FULL with the addition
7431 ** ^Like SQLITE_CHECKPOINT_FULL, this mode blocks new
7455 ** ^The SQLITE_CHECKPOINT_FULL, RESTART and TRUNCATE modes also obtain the
7509 #define SQLITE_CHECKPOINT_FULL 1 /* Wait for writers, then checkpoint */ macro
H A Dsqlite3.c7624 ** <dt>SQLITE_CHECKPOINT_FULL<dd>
7633 ** ^This mode works the same way as SQLITE_CHECKPOINT_FULL with the addition
7638 ** ^Like SQLITE_CHECKPOINT_FULL, this mode blocks new
7662 ** ^The SQLITE_CHECKPOINT_FULL, RESTART and TRUNCATE modes also obtain the
7716 #define SQLITE_CHECKPOINT_FULL 1 /* Wait for writers, then checkpoint */ macro
[all...]

Completed in 558 milliseconds