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

/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dscache.c269 ret = sqlite3_step(stmt);
367 ret = sqlite3_step(s->icache);
515 if (sqlite3_step(s->scache_name) == SQLITE_ROW) {
580 ret = sqlite3_step(s->dcred);
599 ret = sqlite3_step(s->ucachep);
642 ret = sqlite3_step(s->dcache);
756 ret = sqlite3_step(s->icred);
775 ret = sqlite3_step(s->iprincipal);
793 ret = sqlite3_step(s->iprincipal);
833 if (sqlite3_step(
[all...]
/freebsd-12-stable/contrib/sqlite3/
H A Dshell.c914 while( sqlite3_step(pStmt)==SQLITE_ROW ){
2027 while( SQLITE_ROW==sqlite3_step(pStmt) ){
3347 while( sqlite3_step(pS2)==SQLITE_ROW ){
3371 while( sqlite3_step(pS2)==SQLITE_ROW ){
3396 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){
8932 rc = sqlite3_step(pCsr->pData);
9065 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){
9089 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){
9237 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){
9247 while( rc==SQLITE_OK && sqlite3_step(pInf
[all...]
H A Dsqlite3ext.h467 #define sqlite3_step sqlite3_api->step macro
H A Dsqlite3.c1408 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
1514 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
1515 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
3744 ** the handler returns 0 which causes [sqlite3_step()] to return
4093 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
4097 ** statement might be re-prepared during [sqlite3_step()] due to a
4099 ** correct authorizer callback remains in place during the [sqlite3_step()].
4103 ** performed during statement evaluation in [sqlite3_step()], unless
4104 ** as stated in the previous paragraph, sqlite3_step() invokes
4194 ** various times when an SQL statement is being run by [sqlite3_step()]
84376 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function
125857 #define sqlite3_step macro
[all...]
H A Dsqlite3.h345 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
451 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
452 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2681 ** the handler returns 0 which causes [sqlite3_step()] to return
3030 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
3034 ** statement might be re-prepared during [sqlite3_step()] due to a
3036 ** correct authorizer callback remains in place during the [sqlite3_step()].
3040 ** performed during statement evaluation in [sqlite3_step()], unless
3041 ** as stated in the previous paragraph, sqlite3_step() invokes
3131 ** various times when an SQL statement is being run by [sqlite3_step()]
[all...]
/freebsd-12-stable/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c230 ret = sqlite3_step(stmt);
236 ret = sqlite3_step(stmt);
/freebsd-12-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c109 ret = sqlite3_step(stmt);
344 ret = sqlite3_step(stmt);
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h335 #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 */
1651 ** ^Calling [sqlite3_exec()] or [sqlite3_step()] recursively does
1850 ** the handler returns 0 which causes [sqlite3_step()] to return
2230 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2234 ** statement might be re-prepared during [sqlite3_step()] due to a
2236 ** correct authorizer callback remains in place during the [sqlite3_step()].
2240 ** performed during statement evaluation in [sqlite3_step()], unless
2241 ** as stated in the previous paragraph, sqlite3_step() invoke
[all...]
H A Dsqlite3.c856 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
962 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
963 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2204 ** ^Calling [sqlite3_exec()] or [sqlite3_step()] recursively does
2403 ** the handler returns 0 which causes [sqlite3_step()] to return
2783 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2787 ** statement might be re-prepared during [sqlite3_step()] due to a
2789 ** correct authorizer callback remains in place during the [sqlite3_step()].
2793 ** performed during statement evaluation in [sqlite3_step()], unless
2794 ** as stated in the previous paragraph, sqlite3_step() invoke
62019 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function
89227 #define sqlite3_step macro
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c347 int sqlite_result = sqlite3_step(stmt->s3stmt);
/freebsd-12-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1647 ** is analogous to a return of SQLITE_ROW from sqlite3_step(). If TCL_BREAK
1666 rcs = sqlite3_step(pStmt);
2573 sqlite3_step(pStmt);
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dieee802_1x.c644 while (sqlite3_step(stmt) == SQLITE_ROW) {

Completed in 960 milliseconds