Searched refs:sqlite3_step (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dwhatis.c64 while (sqlite3_step(stmt) == SQLITE_ROW) {
H A Dapropos-utils.c321 if (sqlite3_step(stmt) != SQLITE_ROW) {
554 while (sqlite3_step(stmt) == SQLITE_ROW) {
H A Dmakemandb.c563 sqlite3_step(stmt);
604 rc = sqlite3_step(inner_stmt);
717 while (sqlite3_step(stmt) == SQLITE_ROW) {
1618 rc = sqlite3_step(stmt);
1678 rc = sqlite3_step(stmt);
1730 rc = sqlite3_step(stmt);
1837 if (sqlite3_step(stmt) == SQLITE_ROW) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c271 ret = sqlite3_step(stmt);
369 ret = sqlite3_step(s->icache);
517 if (sqlite3_step(s->scache_name) == SQLITE_ROW) {
582 ret = sqlite3_step(s->dcred);
601 ret = sqlite3_step(s->ucachep);
644 ret = sqlite3_step(s->dcache);
758 ret = sqlite3_step(s->icred);
777 ret = sqlite3_step(s->iprincipal);
795 ret = sqlite3_step(s->iprincipal);
835 if (sqlite3_step(
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c230 while ((status = sqlite3_step(sql_stmt)) != SQLITE_DONE) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c232 ret = sqlite3_step(stmt);
238 ret = sqlite3_step(stmt);
/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A Dsqlite.c261 lua_pushinteger(L, sqlite3_step(*stmt));
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h356 #define sqlite3_step sqlite3_api->step macro
H A Dsqlite3.h303 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
409 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
410 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
1690 ** ^Calling [sqlite3_exec()] or [sqlite3_step()] recursively does
1889 ** the handler returns 0 which causes [sqlite3_step()] to return
2269 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2273 ** statement might be re-prepared during [sqlite3_step()] due to a
2275 ** correct authorizer callback remains in place during the [sqlite3_step()].
2279 ** performed during statement evaluation in [sqlite3_step()], unless
2280 ** as stated in the previous paragraph, sqlite3_step() invoke
[all...]
H A Dsqlite3.c853 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
959 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
960 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2240 ** ^Calling [sqlite3_exec()] or [sqlite3_step()] recursively does
2439 ** the handler returns 0 which causes [sqlite3_step()] to return
2819 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2823 ** statement might be re-prepared during [sqlite3_step()] due to a
2825 ** correct authorizer callback remains in place during the [sqlite3_step()].
2829 ** performed during statement evaluation in [sqlite3_step()], unless
2830 ** as stated in the previous paragraph, sqlite3_step() invoke
63116 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function
91203 #define sqlite3_step macro
[all...]

Completed in 434 milliseconds