Searched refs:sqlite3rbu_step (Results 1 – 5 of 5) sorted by relevance
49 # update using many calls to sqlite3rbu_step() on a single rbu handle51 # 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
426 SQLITE_API int sqlite3rbu_step(sqlite3rbu *pRbu);
142 for(i=0; (nStep<=0 || i<nStep) && sqlite3rbu_step(pRbu)==SQLITE_OK; i++){ in main()
128 int rc = sqlite3rbu_step(pRbu); in test_sqlite3rbu_cmd()
3652 int sqlite3rbu_step(sqlite3rbu *p){ in sqlite3rbu_step() function