Home
last modified time | relevance | path

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

/NextBSD/contrib/sqlite3/
HDsqlite3ext.h484 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
HDsqlite3.h3388 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_busy(sqlite3_stmt*);
HDsqlite3.c3602 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_busy(sqlite3_stmt*);
68141 if( sqlite3_stmt_busy((sqlite3_stmt*)p) ){
71692 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_busy(sqlite3_stmt *pStmt){
103470 #define sqlite3_stmt_busy sqlite3_api->stmt_busy
103882 sqlite3_stmt_busy,