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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h462 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
H A Dsqlite3.c3363 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
3366 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3377 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
67569 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){ function
97433 #define sqlite3_stmt_busy macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h462 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
H A Dsqlite3.c3363 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
3366 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3377 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
67589 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){ function
97453 #define sqlite3_stmt_busy macro
[all...]

Completed in 355 milliseconds