Lines Matching defs:sqlite3_stmt_busy
4664 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
4668 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
4679 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
85566 if( sqlite3_stmt_busy((sqlite3_stmt*)p) ){
89695 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){
132511 #define sqlite3_stmt_busy sqlite3_api->stmt_busy
133012 sqlite3_stmt_busy,
244496 pNew->aCol[STMT_COLUMN_BUSY] = sqlite3_stmt_busy(p);