Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h599 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
H A Dsqlite3.h4800 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
H A Dsqlite3.c5121 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
90916 if( sqlite3_stmt_busy((sqlite3_stmt*)p) ){
95604 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){ function
142832 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
143345 sqlite3_stmt_busy,
268749 pNew->aCol[STMT_COLUMN_BUSY] = sqlite3_stmt_busy(p);