Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h479 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
H A Dsqlite3.h3378 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_busy(sqlite3_stmt*);
H A Dsqlite3.c3585 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_busy(sqlite3_stmt*);
66984 if( sqlite3_stmt_busy((sqlite3_stmt*)p) ){
70440 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_busy(sqlite3_stmt *pStmt){
102334 #define sqlite3_stmt_busy sqlite3_api->stmt_busy
102740 sqlite3_stmt_busy,

Completed in 307 milliseconds