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

/external/sqlite/dist/orig/
H A Dsqlite3.c3579 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
3582 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3593 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
64030 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c3579 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
3582 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3593 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
64058 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){ function
[all...]

Completed in 295 milliseconds