Lines Matching defs:SQLITE_CHECKPOINT_RESTART
9737 ** <dt>SQLITE_CHECKPOINT_RESTART<dd>
9747 ** ^This mode works the same way as SQLITE_CHECKPOINT_RESTART with the
9822 #define SQLITE_CHECKPOINT_RESTART 2 /* Like FULL but wait for readers */
65540 /* If this is an SQLITE_CHECKPOINT_RESTART or TRUNCATE operation, and the
65549 }else if( eMode>=SQLITE_CHECKPOINT_RESTART ){
65557 ** SQLITE_CHECKPOINT_RESTART with the addition that it also
98023 || pOp->p2==SQLITE_CHECKPOINT_RESTART
136484 eMode = SQLITE_CHECKPOINT_RESTART;
175872 assert( SQLITE_CHECKPOINT_RESTART==2 );