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

/freebsd-10-stable/contrib/wpa/src/ap/
H A Deap_user_db.c179 if (sqlite3_exec(db, cmd, get_user_cb, &hapd->tmp_eap_user, NULL) !=
189 if (sqlite3_exec(db, cmd, get_wildcard_cb, &hapd->tmp_eap_user,
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_sim_db.c86 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK;
101 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) {
127 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) {
192 if (sqlite3_exec(data->sqlite_db, cmd, NULL, NULL, &err) != SQLITE_OK)
230 if (sqlite3_exec(data->sqlite_db, cmd, get_pseudonym_cb, data, NULL) !=
292 if (sqlite3_exec(data->sqlite_db, cmd, NULL, NULL, &err) != SQLITE_OK)
347 if (sqlite3_exec(data->sqlite_db, cmd, get_reauth_cb, data, NULL) !=
366 sqlite3_exec(data->sqlite_db, cmd, NULL, NULL, NULL);
/freebsd-10-stable/contrib/sqlite3/
H A Dshell.c1858 ** This is very similar to SQLite's built-in sqlite3_exec()
1866 /* (not the same as sqlite3_exec) */
2105 rc = sqlite3_exec(p->db, zQuery, dump_callback, p, &zErr);
2118 rc = sqlite3_exec(p->db, zQ2, dump_callback, p, &zErr);
2855 sqlite3_exec(newDb, (const char*)zSql, 0, 0, &zErrMsg);
2882 sqlite3_exec(newDb, (const char*)zSql, 0, 0, &zErrMsg);
2916 sqlite3_exec(p->db, "PRAGMA writable_schema=ON;", 0, 0, 0);
2917 sqlite3_exec(newDb, "BEGIN EXCLUSIVE;", 0, 0, 0);
2920 sqlite3_exec(newDb, "COMMIT;", 0, 0, 0);
2921 sqlite3_exec(
[all...]
H A Dsqlite3ext.h367 #define sqlite3_exec sqlite3_api->exec macro
H A Dsqlite3.h336 ** The sqlite3_exec() interface is a convenience wrapper around
341 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
345 ** sqlite3_exec() is not NULL, then it is invoked for each result row
347 ** sqlite3_exec() is relayed through to the 1st argument of each
348 ** callback invocation. ^If the callback pointer to sqlite3_exec()
353 ** sqlite3_exec(), then execution of the current statement stops and
354 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
359 ** sqlite3_exec() after the error message string is no longer needed.
360 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
361 ** occur, then sqlite3_exec() set
[all...]
H A Dsqlite3.c596 ** The sqlite3_exec() interface is a convenience wrapper around
601 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
605 ** sqlite3_exec() is not NULL, then it is invoked for each result row
607 ** sqlite3_exec() is relayed through to the 1st argument of each
608 ** callback invocation. ^If the callback pointer to sqlite3_exec()
613 ** sqlite3_exec(), then execution of the current statement stops and
614 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
619 ** sqlite3_exec() after the error message string is no longer needed.
620 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
621 ** occur, then sqlite3_exec() set
108689 SQLITE_API int SQLITE_STDCALL sqlite3_exec( function
109193 #define sqlite3_exec macro
[all...]
/freebsd-10-stable/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c106 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK;
123 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) {
203 if (sqlite3_exec(sqlite_db, cmd, get_milenage_cb, &db_tmp_milenage,
223 if (sqlite3_exec(sqlite_db, cmd, NULL, NULL, NULL) != SQLITE_OK) {
/freebsd-10-stable/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c154 * A wrapper around sqlite3_exec.
171 ret = sqlite3_exec(database, statement, NULL, NULL, NULL);
178 ret = sqlite3_exec(database, statement, NULL, NULL, NULL);
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h290 #define sqlite3_exec sqlite3_api->exec macro
H A Dsqlite3.h302 ** The sqlite3_exec() interface is a convenience wrapper around
307 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
311 ** sqlite3_exec() is not NULL, then it is invoked for each result row
313 ** sqlite3_exec() is relayed through to the 1st argument of each
314 ** callback invocation. ^If the callback pointer to sqlite3_exec()
319 ** sqlite3_exec(), then execution of the current statement stops and
320 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
325 ** of sqlite3_exec() after the error message string is no longer needed.
326 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
327 ** occur, then sqlite3_exec() set
[all...]
H A Dsqlite3.c855 ** The sqlite3_exec() interface is a convenience wrapper around
860 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
864 ** sqlite3_exec() is not NULL, then it is invoked for each result row
866 ** sqlite3_exec() is relayed through to the 1st argument of each
867 ** callback invocation. ^If the callback pointer to sqlite3_exec()
872 ** sqlite3_exec(), then execution of the current statement stops and
873 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
878 ** of sqlite3_exec() after the error message string is no longer needed.
879 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
880 ** occur, then sqlite3_exec() set
88755 SQLITE_API int sqlite3_exec( function
89182 #define sqlite3_exec macro
[all...]
/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c161 int rc; /* Return code of most recent sqlite3_exec() */
1178 if( sqlite3_exec(pDb->db, zEnd, 0, 0, 0) ){
1193 sqlite3_exec(pDb->db, "ROLLBACK", 0, 0, 0);
2323 (void)sqlite3_exec(pDb->db, "BEGIN", 0, 0, 0);
2375 (void)sqlite3_exec(pDb->db, zCommit, 0, 0, 0);
2421 ** call to sqlite3_exec().
3078 rc = sqlite3_exec(pDb->db, zBegin, 0, 0, 0);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c237 int sqlite_err = sqlite3_exec(db->db3, sql, NULL, NULL, &err_msg);
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dscache.c217 ret = sqlite3_exec(db, str, NULL, NULL, NULL);

Completed in 826 milliseconds