Lines Matching defs:SQLITE_CHECKPOINT_RESTART
9969 ** <dt>SQLITE_CHECKPOINT_RESTART<dd>
9979 ** ^This mode works the same way as SQLITE_CHECKPOINT_RESTART with the
10054 #define SQLITE_CHECKPOINT_RESTART 2 /* Like FULL but wait for readers */
67237 /* If this is an SQLITE_CHECKPOINT_RESTART or TRUNCATE operation, and the
67247 }else if( eMode>=SQLITE_CHECKPOINT_RESTART ){
67255 ** SQLITE_CHECKPOINT_RESTART with the addition that it also
100947 || pOp->p2==SQLITE_CHECKPOINT_RESTART
141097 eMode = SQLITE_CHECKPOINT_RESTART;
182288 assert( SQLITE_CHECKPOINT_RESTART==2 );