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

/netbsd-current/usr.sbin/makemandb/
H A Dwhatis.c69 while (sqlite3_step(stmt) == SQLITE_ROW) {
H A Dmakemandb.c578 sqlite3_step(stmt);
676 rc = sqlite3_step(inner_stmt);
744 while (sqlite3_step(stmt) == SQLITE_ROW) {
1629 rc = sqlite3_step(stmt);
1689 rc = sqlite3_step(stmt);
1741 rc = sqlite3_step(stmt);
1846 if (sqlite3_step(stmt) == SQLITE_ROW) {
H A Dapropos-utils.c101 sqlite3_step(stmt);
422 if (sqlite3_step(stmt) != SQLITE_ROW) {
703 while (rc == 0 && sqlite3_step(stmt) == SQLITE_ROW) {
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c271 ret = sqlite3_step(stmt);
368 ret = sqlite3_step(s->icache);
516 if (sqlite3_step(s->scache_name) == SQLITE_ROW) {
581 ret = sqlite3_step(s->dcred);
600 ret = sqlite3_step(s->ucachep);
643 ret = sqlite3_step(s->dcache);
752 ret = sqlite3_step(s->icred);
771 ret = sqlite3_step(s->iprincipal);
789 ret = sqlite3_step(s->iprincipal);
829 if (sqlite3_step(
[all...]
/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile173 sqlite3_step.3 \
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c217 while ((status = sqlite3_step(sql_stmt)) != SQLITE_DONE) {
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c2004 while( sqlite3_step(pStmt)==SQLITE_ROW ){
3455 while( SQLITE_ROW==sqlite3_step(pStmt) ){
8341 while( sqlite3_step(pS2)==SQLITE_ROW ){
8365 while( sqlite3_step(pS2)==SQLITE_ROW ){
8390 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){
12412 rc = sqlite3_step(pCsr->pData);
12550 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){
12580 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){
12736 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){
12747 while( rc==SQLITE_OK && sqlite3_step(pInf
[all...]
H A Dsqlite3ext.h496 #define sqlite3_step sqlite3_api->step macro
H A Dsqlite3.c681 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
787 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
788 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
3162 ** the handler returns 0 which causes [sqlite3_step()] to return
3511 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
3515 ** statement might be re-prepared during [sqlite3_step()] due to a
3517 ** correct authorizer callback remains in place during the [sqlite3_step()].
3521 ** performed during statement evaluation in [sqlite3_step()], unless
3522 ** as stated in the previous paragraph, sqlite3_step() invokes
3612 ** various times when an SQL statement is being run by [sqlite3_step()]
90768 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function
135968 #define sqlite3_step macro
[all...]
H A Dsqlite3.h368 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
474 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
475 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2849 ** the handler returns 0 which causes [sqlite3_step()] to return
3198 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
3202 ** statement might be re-prepared during [sqlite3_step()] due to a
3204 ** correct authorizer callback remains in place during the [sqlite3_step()].
3208 ** performed during statement evaluation in [sqlite3_step()], unless
3209 ** as stated in the previous paragraph, sqlite3_step() invokes
3299 ** various times when an SQL statement is being run by [sqlite3_step()]
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp189 const int error = ::sqlite3_step(_pimpl->stmt);
198 throw api_error::from_database(_pimpl->db, "sqlite3_step");
/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c268 lua_pushinteger(L, sqlite3_step(*stmt));
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c360 ret = sqlite3_step(stmt);
366 ret = sqlite3_step(stmt);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d142 SQLITE_ROW = 100, /** sqlite3_step() has another row ready */
143 SQLITE_DONE = 101 /** sqlite3_step() has finished executing */
886 int sqlite3_step(sqlite3_stmt*);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1689 ** is analogous to a return of SQLITE_ROW from sqlite3_step(). If TCL_BREAK
1708 rcs = sqlite3_step(pStmt);
2617 sqlite3_step(pStmt);
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_1x.c644 while (sqlite3_step(stmt) == SQLITE_ROW) {

Completed in 598 milliseconds