Lines Matching defs:sqlite3_recover_step
12390 ** 3) Executes the recovery by repeatedly calling sqlite3_recover_step() on
12438 ** sqlite3_recover_step()
12487 ** may only be called before the first call to sqlite3_recover_step()
12534 ** final call to sqlite3_recover_step() for a recovery operation may
12540 ** to sqlite3_recover_step() at the end of the recovery operation.
12560 ** Once sqlite3_recover_step() has returned a value other than SQLITE_OK,
12564 int sqlite3_recover_step(sqlite3_recover*);
12571 ** while( SQLITE_OK==sqlite3_recover_step(p) );
12578 ** sqlite3_recover_step(), then this function attempts to return a
12848 ** The object is initially created in this state. sqlite3_recover_step()
12887 ** first call to sqlite3_recover_step().
14196 ** Perform one step (sqlite3_recover_step()) of work for the connection
14323 ** Perform one step (sqlite3_recover_step()) of work for the connection
14450 ** Initialize resources required by sqlite3_recover_step() in
14501 ** Perform one step (sqlite3_recover_step()) of work for the connection
14553 ** Perform one step (sqlite3_recover_step()) of work for the connection
14589 ** Free all resources allocated as part of sqlite3_recover_step() calls
14616 ** Free all resources allocated as part of sqlite3_recover_step() calls.
15171 ** This function does the work of a single sqlite3_recover_step() call. It
15179 /* This is the very first call to sqlite3_recover_step() on this object.
15425 int sqlite3_recover_step(sqlite3_recover *p){
15439 while( SQLITE_OK==sqlite3_recover_step(p) );