Searched refs:sqlite3_stmt_busy (Results 1 – 8 of 8) sorted by relevance
14 # sqlite3_stmt_readonly and sqlite3_stmt_busy interfaces.228 # Tests for sqlite3_stmt_busy233 sqlite3_stmt_busy $STMT237 sqlite3_stmt_busy $STMT241 sqlite3_stmt_busy $STMT245 sqlite3_stmt_busy $STMT250 sqlite3_stmt_busy 0254 # Test the sqlite3_stmt_busy() function with ROLLBACK statements.269 sqlite3_stmt_busy $::s1
234 pNew->aCol[STMT_COLUMN_BUSY] = sqlite3_stmt_busy(p); in stmtFilter()
389 sqlite3_stmt_busy,
582 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
1794 int sqlite3_stmt_busy(sqlite3_stmt *pStmt){ in sqlite3_stmt_busy() function
3032 if( sqlite3_stmt_busy((sqlite3_stmt*)p) ){ in checkActiveVdbeCnt()
2748 rc = sqlite3_stmt_busy(pStmt); in test_stmt_busy()
4344 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the4348 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)4359 int sqlite3_stmt_busy(sqlite3_stmt*);