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

/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dscache.c374 sqlite3_reset(s->icache);
518 sqlite3_reset(s->scache_name);
531 sqlite3_reset(s->scache_name);
582 sqlite3_reset(s->dcred);
601 sqlite3_reset(s->ucachep);
644 sqlite3_reset(s->dcache);
758 sqlite3_reset(s->icred);
777 sqlite3_reset(s->iprincipal);
795 sqlite3_reset(s->iprincipal);
834 sqlite3_reset(
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c352 sqlite3_reset(hsdb->get_version);
439 sqlite3_reset(fetch);
463 sqlite3_reset(statement);
530 sqlite3_reset(hsdb->add_entry);
538 sqlite3_reset(hsdb->add_principal);
601 sqlite3_reset(get_ids);
731 sqlite3_reset(hsdb->get_all_entries);
752 sqlite3_reset(hsdb->get_all_entries);
815 sqlite3_reset(remove);
/freebsd-10.1-release/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c493 ret = sqlite3_reset(stmt);
499 sqlite3_reset(stmt);
543 ret = sqlite3_reset(stmt);
549 sqlite3_reset(stmt);
673 ret = sqlite3_reset(stmt);
679 sqlite3_reset(stmt);
724 ret = sqlite3_reset(stmt);
730 sqlite3_reset(stmt);
/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3ext.h353 #define sqlite3_reset sqlite3_api->reset macro
H A Dsqlite3.h1890 ** is passed to [sqlite3_reset()] or [sqlite3_finalize()]).
2903 ** <li> Reset the statement using [sqlite3_reset()] then go back
3081 ** and the application would have to make a second call to [sqlite3_reset()]
3175 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3320 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
3325 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
3412 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
3571 ** machine without first calling [sqlite3_reset()] to reset the virtual
3584 ** can be obtained by calling [sqlite3_reset()] on the
3596 ** [sqlite3_reset()] wa
[all...]
H A Dsqlite3.c2461 ** is passed to [sqlite3_reset()] or [sqlite3_finalize()]).
3474 ** <li> Reset the statement using [sqlite3_reset()] then go back
3652 ** and the application would have to make a second call to [sqlite3_reset()]
3746 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3891 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
3896 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
3983 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
4142 ** machine without first calling [sqlite3_reset()] to reset the virtual
4155 ** can be obtained by calling [sqlite3_reset()] on the
4167 ** [sqlite3_reset()] wa
63291 SQLITE_API int sqlite3_reset(sqlite3_stmt *pStmt){ function
92530 #define sqlite3_reset macro
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h318 #define sqlite3_reset sqlite3_api->reset macro
H A Dsqlite3.h1691 ** is passed to [sqlite3_reset()] or [sqlite3_finalize()]).
2663 ** <li> Reset the statement using [sqlite3_reset()] then go back
2839 ** and the application would have to make a second call to [sqlite3_reset()]
3046 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
3051 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
3138 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
3297 ** machine without first calling [sqlite3_reset()] to reset the virtual
3310 ** can be obtained by calling [sqlite3_reset()] on the
3322 ** [sqlite3_reset()] was required after sqlite3_step() returned anything
3325 ** [sqlite3_reset()] woul
[all...]
H A Dsqlite3.c2244 ** is passed to [sqlite3_reset()] or [sqlite3_finalize()]).
3216 ** <li> Reset the statement using [sqlite3_reset()] then go back
3392 ** and the application would have to make a second call to [sqlite3_reset()]
3599 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
3604 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
3691 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
3850 ** machine without first calling [sqlite3_reset()] to reset the virtual
3863 ** can be obtained by calling [sqlite3_reset()] on the
3875 ** [sqlite3_reset()] was required after sqlite3_step() returned anything
3878 ** [sqlite3_reset()] woul
61641 SQLITE_API int sqlite3_reset(sqlite3_stmt *pStmt){ function
89210 #define sqlite3_reset macro
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c691 SQLITE_ERR(sqlite3_reset(stmt->s3stmt), stmt->db);

Completed in 743 milliseconds