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

/macosx-10.9.5/bind9-45.100/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.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-30-keychain-upgrade.c87 is(sqlite3_exec(db, create_db_sql, NULL, NULL, NULL), SQLITE_OK,
/macosx-10.9.5/Security-55471.14.18/sec/securityd/Regressions/
H A Dsecd-30-keychain-upgrade.c72 is(sqlite3_exec(db, create_db_sql, NULL, NULL, NULL), SQLITE_OK,
H A Dsecd-03-corrupted-items.c127 is(sqlite3_exec(db, corrupt_item_sql, NULL, NULL, NULL), SQLITE_OK,
H A Dsecd-04-corrupted-items.c89 is(sqlite3_exec(db, corrupt_item_sql, NULL, NULL, NULL), SQLITE_OK,
H A Dsecd-05-corrupted-items.c112 is(sqlite3_exec(db, corrupt_item_sql, NULL, NULL, NULL), SQLITE_OK, "corrupting keychain item");
/macosx-10.9.5/Security-55471.14.18/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.c216 s3e = sqlite3_exec(this->s3h,
H A DSecItemServer.c641 ok = SecDbErrorWithDb(sqlite3_exec(SecDbHandle(dbt), sql_string, NULL, NULL, NULL),
642 SecDbHandle(dbt), error, CFSTR("sqlite3_exec: %s"), sql_string);
646 ok = SecDbErrorWithDb(sqlite3_exec(SecDbHandle(dbt), s3dl_upgrade_sql[number], NULL, NULL, NULL),
647 SecDbHandle(dbt), error, CFSTR("sqlite3_exec: %s"), s3dl_upgrade_sql[number]);
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dsqlite++.cpp136 int rc = ::sqlite3_exec(mDb, text, NULL, NULL, NULL);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dsqlite++.cpp136 int rc = ::sqlite3_exec(mDb, text, NULL, NULL, NULL);
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/Heimdal-323.92.1/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.9.5/Security-55471.14.18/authd/
H A Dauthdb.c116 rc = sqlite3_exec(handle, query, NULL, NULL, &errmsg);
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dscache.c217 ret = sqlite3_exec(db, str, NULL, NULL, NULL);

Completed in 416 milliseconds