Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3ext.h567 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
H A Dsqlite3.h4312 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
H A Dsqlite3.c4618 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
82078 if( sqlite3_stmt_busy((sqlite3_stmt*)p) ){
86134 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){
127881 #define sqlite3_stmt_busy sqlite3_api->stmt_busy
128362 sqlite3_stmt_busy,
237342 sqlite3_result_int(ctx, sqlite3_stmt_busy(pCur->pStmt));