Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3ext.h507 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
Dsqlite3.h3718 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
Dsqlite3.c3995 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
74078 if( sqlite3_stmt_busy((sqlite3_stmt*)p) ){
77856 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){
111976 #define sqlite3_stmt_busy sqlite3_api->stmt_busy
112404 sqlite3_stmt_busy,
/external/sqlite/dist/orig/
Dsqlite3ext.h507 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
Dsqlite3.h3718 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
Dsqlite3.c3995 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
74078 if( sqlite3_stmt_busy((sqlite3_stmt*)p) ){
77856 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){
111976 #define sqlite3_stmt_busy sqlite3_api->stmt_busy
112404 sqlite3_stmt_busy,