Home
last modified time | relevance | path

Searched refs:sqlite3_step (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c271 ret = sqlite3_step(stmt); in get_def_name()
368 ret = sqlite3_step(s->icache); in create_cache()
516 if (sqlite3_step(s->scache_name) == SQLITE_ROW) { in scc_resolve()
581 ret = sqlite3_step(s->dcred); in scc_initialize()
600 ret = sqlite3_step(s->ucachep); in scc_initialize()
643 ret = sqlite3_step(s->dcache); in scc_destroy()
752 ret = sqlite3_step(s->icred); in scc_store_cred()
771 ret = sqlite3_step(s->iprincipal); in scc_store_cred()
789 ret = sqlite3_step(s->iprincipal); in scc_store_cred()
829 if (sqlite3_step(s->scache) != SQLITE_ROW) { in scc_get_principal()
[all …]
/netbsd-src/usr.sbin/makemandb/
H A Dwhatis.c69 while (sqlite3_step(stmt) == SQLITE_ROW) { in whatis()
H A Dmakemandb.c578 sqlite3_step(stmt); in build_file_cache()
676 rc = sqlite3_step(inner_stmt); in update_existing_entry()
744 while (sqlite3_step(stmt) == SQLITE_ROW) { in update_db()
1629 rc = sqlite3_step(stmt); in insert_into_db()
1689 rc = sqlite3_step(stmt); in insert_into_db()
1741 rc = sqlite3_step(stmt); in insert_into_db()
1846 if (sqlite3_step(stmt) == SQLITE_ROW) { in check_md5()
H A Dapropos-utils.c101 sqlite3_step(stmt); in register_tokenizer()
422 if (sqlite3_step(stmt) != SQLITE_ROW) { in init_db()
703 while (rc == 0 && sqlite3_step(stmt) == SQLITE_ROW) { in execute_search_query()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c2004 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema()
3455 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()
8341 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
8365 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
8390 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){ in completionNext()
12412 rc = sqlite3_step(pCsr->pData); in expertNext()
12550 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
12580 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
12736 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){ in idxFindCompatible()
12747 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){ in idxFindCompatible()
[all …]
H A Dsqlite3ext.h496 #define sqlite3_step sqlite3_api->step macro
H A Dsqlite3.c5298 SQLITE_API int sqlite3_step(sqlite3_stmt*);
53311 rc = sqlite3_step(pStmt);
53385 rc = sqlite3_step(pStmt);
90768 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){
101816 rc = sqlite3_step(p->pStmt);
119503 while( sqlite3_step(pStmt)==SQLITE_ROW ){
119561 while( sqlite3_step(pStmt)==SQLITE_ROW ){
135375 rc = sqlite3_step(pStmt);
135968 #define sqlite3_step sqlite3_api->step
136411 sqlite3_step,
[all …]
H A Dsqlite3.h4985 SQLITE_API int sqlite3_step(sqlite3_stmt*);
/netbsd-src/external/public-domain/sqlite/man/
H A DMakefile173 sqlite3_step.3 \
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c217 while ((status = sqlite3_step(sql_stmt)) != SQLITE_DONE) { in dict_sqlite_lookup()
/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp189 const int error = ::sqlite3_step(_pimpl->stmt); in step()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c360 ret = sqlite3_step(stmt); in hdb_sqlite_step()
366 ret = sqlite3_step(stmt); in hdb_sqlite_step()
/netbsd-src/lib/lua/sqlite/
H A Dsqlite.c268 lua_pushinteger(L, sqlite3_step(*stmt)); in stmt_step()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d886 int sqlite3_step(sqlite3_stmt*);
/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1708 rcs = sqlite3_step(pStmt); in dbEvalStep()
2617 sqlite3_step(pStmt); in DbObjCmd()