Home
last modified time | relevance | path

Searched refs:sqlite3_stmt_busy (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/test/
H A Dcapi3d.test14 # sqlite3_stmt_readonly and sqlite3_stmt_busy interfaces.
228 # Tests for sqlite3_stmt_busy
233 sqlite3_stmt_busy $STMT
237 sqlite3_stmt_busy $STMT
241 sqlite3_stmt_busy $STMT
245 sqlite3_stmt_busy $STMT
250 sqlite3_stmt_busy 0
254 # Test the sqlite3_stmt_busy() function with ROLLBACK statements.
269 sqlite3_stmt_busy $::s1
/sqlite-3.40.0/ext/misc/
H A Dstmt.c234 pNew->aCol[STMT_COLUMN_BUSY] = sqlite3_stmt_busy(p); in stmtFilter()
/sqlite-3.40.0/src/
H A Dloadext.c389 sqlite3_stmt_busy,
H A Dsqlite3ext.h582 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
H A Dvdbeapi.c1794 int sqlite3_stmt_busy(sqlite3_stmt *pStmt){ in sqlite3_stmt_busy() function
H A Dvdbeaux.c3032 if( sqlite3_stmt_busy((sqlite3_stmt*)p) ){ in checkActiveVdbeCnt()
H A Dtest1.c2748 rc = sqlite3_stmt_busy(pStmt); in test_stmt_busy()
H A Dsqlite.h.in4344 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
4348 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
4359 int sqlite3_stmt_busy(sqlite3_stmt*);