Searched defs:sqlite3_stmt_busy (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h479 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
H A Dsqlite3.c3571 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
3574 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3585 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_busy(sqlite3_stmt*);
70440 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_busy(sqlite3_stmt *pStmt){ function
102334 #define sqlite3_stmt_busy macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h479 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
H A Dsqlite3.c3571 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
3574 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3585 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_busy(sqlite3_stmt*);
70458 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_busy(sqlite3_stmt *pStmt){ function
102352 #define sqlite3_stmt_busy macro
[all...]

Completed in 288 milliseconds