Lines Matching full:sqlite3_stmt_busy
4814 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
4818 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
4829 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
75466 if( sqlite3_stmt_busy((sqlite3_stmt*)p) ){
79348 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){
113783 #define sqlite3_stmt_busy sqlite3_api->stmt_busy
114222 sqlite3_stmt_busy,
207471 sqlite3_result_int(ctx, sqlite3_stmt_busy(pCur->pStmt));