Home
last modified time | relevance | path

Searched refs:sqlite3rbu_step (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/rbu/
H A Drbucrash.test49 # update using many calls to sqlite3rbu_step() on a single rbu handle
51 # which sqlite3rbu_step() is called once.
77 # 1. This process starts the rbu update and calls sqlite3rbu_step()
81 # sqlite3rbu_step() $nStep times before closing the handle. A
H A Dsqlite3rbu.h426 SQLITE_API int sqlite3rbu_step(sqlite3rbu *pRbu);
H A Drbu.c142 for(i=0; (nStep<=0 || i<nStep) && sqlite3rbu_step(pRbu)==SQLITE_OK; i++){ in main()
H A Dtest_rbu.c128 int rc = sqlite3rbu_step(pRbu); in test_sqlite3rbu_cmd()
H A Dsqlite3rbu.c3652 int sqlite3rbu_step(sqlite3rbu *p){ in sqlite3rbu_step() function