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.h589 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
H A Dsqlite3.h4501 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
H A Dsqlite3.c4814 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
88000 if( sqlite3_stmt_busy((sqlite3_stmt*)p) ){
92399 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){
137022 #define sqlite3_stmt_busy sqlite3_api->stmt_busy
137525 sqlite3_stmt_busy,
257569 pNew->aCol[STMT_COLUMN_BUSY] = sqlite3_stmt_busy(p);