Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h505 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
H A Dsqlite3.h3602 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
H A Dsqlite3.c3862 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
72792 if( sqlite3_stmt_busy((sqlite3_stmt*)p) ){
76522 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){
109340 #define sqlite3_stmt_busy sqlite3_api->stmt_busy
109767 sqlite3_stmt_busy,

Completed in 443 milliseconds