HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_reset (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
scache.c 375 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(s->scache)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb-sqlite.c 445 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(hsdb->get_all_entries)
    [all...]
  /src/external/public-domain/sqlite/man/
Makefile 159 sqlite3_reset.3 \
  /src/lib/lua/sqlite/
sqlite.c 329 sqlite3_reset(*stmt);
  /src/external/bsd/kyua-cli/dist/utils/sqlite/
statement.cpp 473 (void)::sqlite3_reset(_pimpl->stmt);
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 489 #define sqlite3_reset sqlite3_api->reset macro
sqlite3.c 4619 ** <li> Reset the prepared statement using [sqlite3_reset()] then go back
4890 ** and the application would have to make a second call to [sqlite3_reset()]
5097 ** Hence, it is good practice to call [sqlite3_reset(S)]
5110 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
5309 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
5314 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
5415 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
5581 ** machine without first calling [sqlite3_reset()] to reset the virtual
5594 ** can be obtained by calling [sqlite3_reset()] on the
5606 ** [sqlite3_reset()] was required after sqlite3_step() returned anythin
93656 SQLITE_API int sqlite3_reset(sqlite3_stmt *pStmt){ function
142709 #define sqlite3_reset macro
    [all...]
shell.c 1340 int rc = sqlite3_reset(p->pStmt);
1904 sqlite3_reset(p->pJTrans);
3252 sqlite3_reset(p->pStmt);
15457 rc2 = sqlite3_reset(p1);
16429 return sqlite3_reset(pIndexXInfo);
16437 sqlite3_reset(pIndexXInfo);
16490 rc = sqlite3_reset(pWriteStat);
18110 ** Resetting a statement (sqlite3_reset()) also resets the random number
20054 rc2 = sqlite3_reset(pStmt);
21191 ** Reset SQLite statement handle pStmt. If the call to sqlite3_reset()
    [all...]
sqlite3.h 4298 ** <li> Reset the prepared statement using [sqlite3_reset()] then go back
4569 ** and the application would have to make a second call to [sqlite3_reset()]
4776 ** Hence, it is good practice to call [sqlite3_reset(S)]
4789 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
4988 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
4993 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
5094 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
5260 ** machine without first calling [sqlite3_reset()] to reset the virtual
5273 ** can be obtained by calling [sqlite3_reset()] on the
5285 ** [sqlite3_reset()] was required after sqlite3_step() returned anythin
    [all...]
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 1793 rcs = sqlite3_reset(pStmt);
1837 sqlite3_reset(p->pPreStmt->pStmt);
3104 rc = sqlite3_reset(pStmt);
  /src/external/bsd/wpa/dist/src/ap/
ieee802_1x.c 734 sqlite3_reset(stmt);

Completed in 129 milliseconds