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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h462 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
H A Dsqlite3.h3172 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
3175 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3186 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
H A Dsqlite3.c3743 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
3746 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3757 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
64471 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){ function
92639 #define sqlite3_stmt_busy macro
[all...]

Completed in 450 milliseconds