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

/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c762 See the sqlite3_reset() documentation for more details. */
763 SQLITE_ERR(sqlite3_reset(stmt->s3stmt), stmt->db);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h450 #define sqlite3_reset sqlite3_api->reset macro
H A Dsqlite3.c4868 ** <li> Reset the prepared statement using [sqlite3_reset()] then go back
5101 ** and the application would have to make a second call to [sqlite3_reset()]
5268 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
5454 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
5459 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
5560 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
5726 ** machine without first calling [sqlite3_reset()] to reset the virtual
5739 ** can be obtained by calling [sqlite3_reset()] on the
5751 ** [sqlite3_reset()] was required after sqlite3_step() returned anything
5754 ** [sqlite3_reset()] woul
83753 SQLITE_API int sqlite3_reset(sqlite3_stmt *pStmt){ function
125840 #define sqlite3_reset macro
[all...]
H A Dshell.c9075 rc2 = sqlite3_reset(p1);
9923 sqlite3_reset(pIndexXInfo);
9976 rc = sqlite3_reset(pWriteStat);
10692 rc2 = sqlite3_reset(pStmt);
13006 sqlite3_reset(pSql);
13033 sqlite3_reset(pSql);
13122 sqlite3_reset(pQ);
15350 sqlite3_reset(pInsert);
16156 int rc = sqlite3_reset(pStmt);
18503 rc = sqlite3_reset(pStm
[all...]
H A Dsqlite3.h3805 ** <li> Reset the prepared statement using [sqlite3_reset()] then go back
4038 ** and the application would have to make a second call to [sqlite3_reset()]
4205 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
4391 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
4396 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
4497 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
4663 ** machine without first calling [sqlite3_reset()] to reset the virtual
4676 ** can be obtained by calling [sqlite3_reset()] on the
4688 ** [sqlite3_reset()] was required after sqlite3_step() returned anything
4691 ** [sqlite3_reset()] woul
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1673 rcs = sqlite3_reset(pStmt);
1717 sqlite3_reset(p->pPreStmt->pStmt);
2574 rc = sqlite3_reset(pStmt);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_1x.c669 sqlite3_reset(stmt);

Completed in 705 milliseconds