Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h588 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
H A Dsqlite3.h4358 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
4362 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
4373 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
/third_party/sqlite/src/
H A Dsqlite3.c4664 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
4668 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
4679 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
89695 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){ global() function
132511 #define sqlite3_stmt_busy global() macro
[all...]

Completed in 166 milliseconds