Home
last modified time | relevance | path

Searched refs:sqlite3_exec (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/wpa/src/eap_server/
H A Deap_sim_db.c90 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK; in db_table_exists()
105 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { in db_table_create_pseudonym()
131 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { in db_table_create_reauth()
196 if (sqlite3_exec(data->sqlite_db, cmd, NULL, NULL, &err) != SQLITE_OK) in db_add_pseudonym()
234 if (sqlite3_exec(data->sqlite_db, cmd, get_pseudonym_cb, data, NULL) != in db_get_pseudonym()
296 if (sqlite3_exec(data->sqlite_db, cmd, NULL, NULL, &err) != SQLITE_OK) in db_add_reauth()
351 if (sqlite3_exec(data->sqlite_db, cmd, get_reauth_cb, data, NULL) != in db_get_reauth()
370 sqlite3_exec(data->sqlite_db, cmd, NULL, NULL, NULL); in db_remove_reauth()
/freebsd-src/contrib/kyua/utils/sqlite/
H A Dtest_utils.hpp116 ATF_REQUIRE_EQ(SQLITE_OK, ::sqlite3_exec(db, create_test_table_sql, in create_test_table()
H A Ddatabase.cpp284 const int error = ::sqlite3_exec(_pimpl->db, sql.c_str(), NULL, NULL, NULL); in exec()
/freebsd-src/contrib/wpa/src/ap/
H A Deap_user_db.c194 if (sqlite3_exec(db, cmd, get_user_cb, &hapd->tmp_eap_user, NULL) != in eap_user_sqlite_get()
206 if (sqlite3_exec(db, cmd, get_wildcard_cb, &hapd->tmp_eap_user, in eap_user_sqlite_get()
H A Dhostapd.c1248 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK; in hostapd_setup_bss()
1266 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { in hostapd_setup_bss()
/freebsd-src/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c116 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK; in db_table_exists()
134 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { in db_table_create_milenage()
217 if (sqlite3_exec(sqlite_db, cmd, get_milenage_cb, &db_tmp_milenage, in db_get_milenage()
240 if (sqlite3_exec(sqlite_db, cmd, NULL, NULL, NULL) != SQLITE_OK) { in db_update_milenage_sqn()
/freebsd-src/contrib/wpa/src/radius/
H A Dradius_server.c254 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK; in db_table_exists()
271 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { in db_table_create_sim_provisioning()
317 if (sqlite3_exec(sess->server->db, sql, NULL, NULL, in srv_log()
694 if (sqlite3_exec(sess->server->db, sql, NULL, NULL, NULL) != in radius_srv_hs20_t_c_pending()
724 if (sqlite3_exec(sess->server->db, sql, NULL, NULL, in radius_server_add_session()
772 if (sqlite3_exec(sess->server->db, sql, NULL, NULL, NULL) != in db_update_last_msk()
877 if (sqlite3_exec(sess->server->db, sql, NULL, NULL, NULL) != in radius_server_sim_provisioning_session()
1657 res = sqlite3_exec(data->db, sql, NULL, NULL, NULL); in radius_server_receive_auth()
2766 res = sqlite3_exec(data->db, sql, get_db_session_fields, &fields, NULL); in radius_server_dac_request()
/freebsd-src/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c171 ret = sqlite3_exec(database, statement, NULL, NULL, NULL); in hdb_sqlite_exec_stmt()
178 ret = sqlite3_exec(database, statement, NULL, NULL, NULL); in hdb_sqlite_exec_stmt()
/freebsd-src/contrib/sqlite3/
H A Dshell.c12866 /* Callback for sqlite3_exec() with query with leading count(*) column. in idxFindCompatible()
12922 rc = sqlite3_exec(dbm, zFind, countNonzeros, &i, 0); in idxCreateFromCons()
12946 rc = sqlite3_exec(dbm, zIdx, 0, 0, p->pzErrmsg); in idxCreateFromCons()
13233 rc = sqlite3_exec(p->dbv, zCreate, 0, 0, pzErr); in idxProcessOneTrigger()
13243 rc = sqlite3_exec(p->dbv, z, 0, 0, pzErr); in idxProcessOneTrigger()
13288 rc = sqlite3_exec(p->dbv, zDrop, 0, 0, pzErr); in idxProcessOneTrigger()
13337 if( zSql ) rc = sqlite3_exec(p->dbv, zSql, 0, 0, pzErrmsg); in idxCreateVtabSchema()
13362 rc = sqlite3_exec(p->dbv, zOuter, 0, 0, pzErrmsg); in idxCreateVtabSchema()
13622 rc = sqlite3_exec(p->dbv,"DROP TABLE IF EXISTS temp."UNIQUE_TABLE_NAME,0,0,0); in idxBuildSampleTable()
13629 rc = sqlite3_exec( in idxBuildSampleTable()
[all...]
H A Dsqlite3ext.h451 #define sqlite3_exec sqlite3_api->exec macro
H A Dsqlite3.h367 ** The sqlite3_exec() interface is a convenience wrapper around
372 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
376 ** sqlite3_exec() is not NULL, then it is invoked for each result row
378 ** sqlite3_exec() is relayed through to the 1st argument of each
379 ** callback invocation. ^If the callback pointer to sqlite3_exec()
384 ** sqlite3_exec(), then execution of the current statement stops and
385 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
390 ** sqlite3_exec() after the error message string is no longer needed.
391 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
392 ** occur, then sqlite3_exec() set
[all...]
H A Dsqlite3.c680 ** The sqlite3_exec() interface is a convenience wrapper around
685 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
689 ** sqlite3_exec() is not NULL, then it is invoked for each result row
691 ** sqlite3_exec() is relayed through to the 1st argument of each
692 ** callback invocation. ^If the callback pointer to sqlite3_exec()
697 ** sqlite3_exec(), then execution of the current statement stops and
698 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
703 ** sqlite3_exec() after the error message string is no longer needed.
704 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
705 ** occur, then sqlite3_exec() set
[all...]
/freebsd-src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1275 if( sqlite3_exec(pDb->db, zEnd, 0, 0, 0) ){ in DbTransPostCmd()
1290 sqlite3_exec(pDb->db, "ROLLBACK", 0, 0, 0); in DbTransPostCmd()
2577 (void)sqlite3_exec(pDb->db, "BEGIN", 0, 0, 0); in DbObjCmd()
2629 (void)sqlite3_exec(pDb->db, zCommit, 0, 0, 0); in DbObjCmd()
3490 rc = sqlite3_exec(pDb->db, zBegin, 0, 0, 0); in DbObjCmd()
/freebsd-src/crypto/heimdal/lib/krb5/
H A Dscache.c217 ret = sqlite3_exec(db, str, NULL, NULL, NULL); in exec_stmt()