Searched refs:SecDbCopyStmt (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecDb.h147 sqlite3_stmt *SecDbCopyStmt(SecDbConnectionRef dbconn, CFStringRef sql, CFStringRef *tail, CFErrorRef *error);
H A DSecDb.c481 sqlite3_stmt *stmt = SecDbCopyStmt(dbconn, sql, &tail, error);
1136 sqlite3_stmt *SecDbCopyStmt(SecDbConnectionRef dbconn, CFStringRef sql, CFStringRef *tail, CFErrorRef *error) { function
1158 TODO: Better yet make a full blow SecDbStatement instance whenever SecDbCopyStmt is called. Then, when the statement is released, in the Dispose method, we Reset and ClearBindings the sqlite3_stmt * and hand it back to the SecDb with the original CFStringRef for the sql (or hash thereof) as an argument. */
1168 sqlite3_stmt *stmt = SecDbCopyStmt(dbconn, sql, NULL, error);
1182 sqlite3_stmt *stmt = SecDbCopyStmt(dbconn, sql, &tail, error);
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.h147 sqlite3_stmt *SecDbCopyStmt(SecDbConnectionRef dbconn, CFStringRef sql, CFStringRef *tail, CFErrorRef *error);
H A DSecDb.c481 sqlite3_stmt *stmt = SecDbCopyStmt(dbconn, sql, &tail, error);
1136 sqlite3_stmt *SecDbCopyStmt(SecDbConnectionRef dbconn, CFStringRef sql, CFStringRef *tail, CFErrorRef *error) { function
1158 TODO: Better yet make a full blow SecDbStatement instance whenever SecDbCopyStmt is called. Then, when the statement is released, in the Dispose method, we Reset and ClearBindings the sqlite3_stmt * and hand it back to the SecDb with the original CFStringRef for the sql (or hash thereof) as an argument. */
1168 sqlite3_stmt *stmt = SecDbCopyStmt(dbconn, sql, NULL, error);
1182 sqlite3_stmt *stmt = SecDbCopyStmt(dbconn, sql, &tail, error);
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecItemDataSource.c235 && (stmts[class_ix] = SecDbCopyStmt(dbconn, sqls[class_ix], NULL, error)));

Completed in 125 milliseconds