Searched refs:sqlite3_blocking_step (Results 1 – 2 of 2) sorted by relevance
19 # The tests in this file test the sqlite3_blocking_step() function in20 # test_thread.c. sqlite3_blocking_step() is not an SQLite API function,25 # Since the implementation of sqlite3_blocking_step() is included on the40 # other using sqlite3_blocking_step(). The results are compared to ensure41 # that sqlite3_blocking_step() resulted in higher transaction throughput.171 1 sqlite3_blocking_step sqlite3_blocking_prepare_v2233 # The following tests checks to make sure sqlite3_blocking_step() is253 double($anSuccess(sqlite3_blocking_step)) /254 double($anAttempt(sqlite3_blocking_step))
492 int sqlite3_blocking_step(sqlite3_stmt *pStmt){ in sqlite3_blocking_step() function550 rc = sqlite3_blocking_step(pStmt); in blocking_step_proc()