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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile175 sqlite3_stmt_busy.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h589 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
H A Dsqlite3.h4467 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
4471 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
4482 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
H A Dsqlite3.c4780 ** ^The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
4784 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
4795 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
91895 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){ function
136061 #define sqlite3_stmt_busy macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d789 int sqlite3_stmt_busy(sqlite3_stmt*);

Completed in 662 milliseconds