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

/macosx-10.10/bind9-45.101/bind9/contrib/sdb/sqlite/
H A Dzone2sqlite.c137 res = sqlite3_exec(dbi.db, sql, add_rdata_cb, NULL, &errmsg);
213 res = sqlite3_exec(dbi.db, sql, NULL, NULL, &errmsg);
225 res = sqlite3_exec(dbi.db, sql, NULL, NULL, &errmsg);
238 res = sqlite3_exec(dbi.db, sql, NULL, NULL, &errmsg);
292 res = sqlite3_exec(dbi.db, sql, NULL, NULL, &errmsg);
H A Dsqlitedb.c132 result = sqlite3_exec(dbi->db, sql,
203 result = sqlite3_exec(dbi->db, sql,
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-30-keychain-upgrade.c102 is(sqlite3_exec(db, create_db_sql, NULL, NULL, NULL), SQLITE_OK,
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/Regressions/
H A Dsecd-30-keychain-upgrade.c87 is(sqlite3_exec(db, create_db_sql, NULL, NULL, NULL), SQLITE_OK,
H A Dsecd-03-corrupted-items.c143 is(sqlite3_exec(db, corrupt_item_sql, NULL, NULL, NULL), SQLITE_OK,
H A Dsecd-04-corrupted-items.c105 is(sqlite3_exec(db, corrupt_item_sql, NULL, NULL, NULL), SQLITE_OK,
H A Dsecd-05-corrupted-items.c128 is(sqlite3_exec(db, corrupt_item_sql, NULL, NULL, NULL), SQLITE_OK, "corrupting keychain item");
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecTrustStoreServer.c154 s3e = sqlite3_exec(ts->s3h,
267 int s3e = sqlite3_exec(ts->s3h, "BEGIN EXCLUSIVE TRANSACTION", NULL, NULL, NULL);
315 s3e = sqlite3_exec(ts->s3h, "COMMIT TRANSACTION", NULL, NULL, NULL);
318 sqlite3_exec(ts->s3h, "ROLLBACK TRANSACTION", NULL, NULL, NULL);
364 if (SQLITE_OK == sqlite3_exec(ts->s3h, deleteAllSQL, NULL, NULL, NULL))
H A DSecCAIssuerCache.c215 s3e = sqlite3_exec(this->s3h,
H A DSecItemServer.c191 ok = SecDbErrorWithDb(sqlite3_exec(SecDbHandle(dbt), sql_string, NULL, NULL, NULL),
192 SecDbHandle(dbt), error, CFSTR("sqlite3_exec: %s"), sql_string);
196 ok = SecDbErrorWithDb(sqlite3_exec(SecDbHandle(dbt), s3dl_upgrade_sql[number], NULL, NULL, NULL),
197 SecDbHandle(dbt), error, CFSTR("sqlite3_exec: %s"), s3dl_upgrade_sql[number]);
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.cpp136 int rc = ::sqlite3_exec(mDb, text, NULL, NULL, NULL);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.cpp136 int rc = ::sqlite3_exec(mDb, text, NULL, NULL, NULL);
/macosx-10.10/Heimdal-398.1.2/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);
/macosx-10.10/Heimdal-398.1.2/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...]
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dauthdb.c116 rc = sqlite3_exec(handle, query, NULL, NULL, &errmsg);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dsql.c495 rc = sqlite3_exec(db, "PRAGMA empty_result_callbacks = ON", NULL, NULL, &zErrMsg);
552 rc = sqlite3_exec((sqlite3*)db, cmd, sqlite3_my_callback, (void*)&result, &zErrMsg);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dscache.c217 ret = sqlite3_exec(db, str, NULL, NULL, NULL);

Completed in 419 milliseconds