Lines Matching defs:sqlite3_stmt_busy
3591 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
3595 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3606 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_busy(sqlite3_stmt*);
68962 if( sqlite3_stmt_busy((sqlite3_stmt*)p) ){
72521 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_busy(sqlite3_stmt *pStmt){
104553 #define sqlite3_stmt_busy sqlite3_api->stmt_busy
104968 sqlite3_stmt_busy,