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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c375 sqlite3_reset(s->icache);
519 sqlite3_reset(s->scache_name);
532 sqlite3_reset(s->scache_name);
583 sqlite3_reset(s->dcred);
602 sqlite3_reset(s->ucachep);
645 sqlite3_reset(s->dcache);
754 sqlite3_reset(s->icred);
773 sqlite3_reset(s->iprincipal);
791 sqlite3_reset(s->iprincipal);
830 sqlite3_reset(
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c445 sqlite3_reset(hsdb->get_version);
546 sqlite3_reset(fetch);
569 sqlite3_reset(statement);
634 sqlite3_reset(hsdb->add_entry);
650 sqlite3_reset(hsdb->add_principal);
661 sqlite3_reset(get_ids);
724 sqlite3_reset(get_ids);
741 sqlite3_reset(get_ids);
867 sqlite3_reset(hsdb->get_all_entries);
891 sqlite3_reset(hsd
[all...]
/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile154 sqlite3_reset.3 \
/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp473 (void)::sqlite3_reset(_pimpl->stmt);
/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c329 sqlite3_reset(*stmt);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h479 #define sqlite3_reset sqlite3_api->reset macro
H A Dsqlite3.c4331 ** <li> Reset the prepared statement using [sqlite3_reset()] then go back
4564 ** and the application would have to make a second call to [sqlite3_reset()]
4771 ** Hence, it is good practice to call [sqlite3_reset(S)]
4784 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
4976 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
4981 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
5082 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
5248 ** machine without first calling [sqlite3_reset()] to reset the virtual
5261 ** can be obtained by calling [sqlite3_reset()] on the
5273 ** [sqlite3_reset()] wa
90001 SQLITE_API int sqlite3_reset(sqlite3_stmt *pStmt){ function
135951 #define sqlite3_reset macro
[all...]
H A Dshell.c12566 rc2 = sqlite3_reset(p1);
13468 sqlite3_reset(pIndexXInfo);
13521 rc = sqlite3_reset(pWriteStat);
14609 rc2 = sqlite3_reset(pStmt);
15701 ** Reset SQLite statement handle pStmt. If the call to sqlite3_reset()
15710 int rc = sqlite3_reset(pStmt);
15718 ** Finalize SQLite statement handle pStmt. If the call to sqlite3_reset()
20248 sqlite3_reset(pSql);
20388 sqlite3_reset(pQ);
21097 sqlite3_reset(pExplai
[all...]
H A Dsqlite3.h4018 ** <li> Reset the prepared statement using [sqlite3_reset()] then go back
4251 ** and the application would have to make a second call to [sqlite3_reset()]
4458 ** Hence, it is good practice to call [sqlite3_reset(S)]
4471 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
4663 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
4668 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
4769 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
4935 ** machine without first calling [sqlite3_reset()] to reset the virtual
4948 ** can be obtained by calling [sqlite3_reset()] on the
4960 ** [sqlite3_reset()] wa
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d936 int sqlite3_reset(sqlite3_stmt *pStmt);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1715 rcs = sqlite3_reset(pStmt);
1759 sqlite3_reset(p->pPreStmt->pStmt);
2618 rc = sqlite3_reset(pStmt);
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_1x.c669 sqlite3_reset(stmt);

Completed in 669 milliseconds