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

/freebsd-10-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-10-stable/contrib/sqlite3/
H A Dshell.c1374 rc = sqlite3_step(pSelect);
1393 rc = sqlite3_step(pSelect);
1693 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){
1798 rc = sqlite3_step(pStmt);
1839 rc = sqlite3_step(pStmt);
1847 rc = sqlite3_step(pStmt);
1915 while( sqlite3_step(pExplain)==SQLITE_ROW ){
2061 rc = sqlite3_step(pTableInfo);
2066 rc = sqlite3_step(pTableInfo);
2762 while( (rc = sqlite3_step(pQuer
[all...]
H A Dsqlite3ext.h412 #define sqlite3_step sqlite3_api->step macro
H A Dsqlite3.c597 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
703 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
704 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2525 ** the handler returns 0 which causes [sqlite3_step()] to return
2943 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2947 ** statement might be re-prepared during [sqlite3_step()] due to a
2949 ** correct authorizer callback remains in place during the [sqlite3_step()].
2953 ** performed during statement evaluation in [sqlite3_step()], unless
2954 ** as stated in the previous paragraph, sqlite3_step() invokes
3044 ** various times when an SQL statement is being run by [sqlite3_step()]
75594 SQLITE_API int SQLITE_STDCALL sqlite3_step(sqlite3_stmt *pStmt){ function
109238 #define sqlite3_step macro
[all...]
H A Dsqlite3.h337 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
443 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
444 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2265 ** the handler returns 0 which causes [sqlite3_step()] to return
2683 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2687 ** statement might be re-prepared during [sqlite3_step()] due to a
2689 ** correct authorizer callback remains in place during the [sqlite3_step()].
2693 ** performed during statement evaluation in [sqlite3_step()], unless
2694 ** as stated in the previous paragraph, sqlite3_step() invokes
2784 ** various times when an SQL statement is being run by [sqlite3_step()]
[all...]
/freebsd-10-stable/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c230 ret = sqlite3_step(stmt);
236 ret = sqlite3_step(stmt);
/freebsd-10-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c109 ret = sqlite3_step(stmt);
344 ret = sqlite3_step(stmt);
/freebsd-10-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-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c354 int sqlite_result = sqlite3_step(stmt->s3stmt);
/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1556 ** is analogous to a return of SQLITE_ROW from sqlite3_step(). If TCL_BREAK
1575 rcs = sqlite3_step(pStmt);
2363 sqlite3_step(pStmt);

Completed in 554 milliseconds