Searched refs:SecDbOpenHandle (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c147 static bool SecDbOpenHandle(SecDbConnectionRef dbconn, bool *created, CFErrorRef *error);
637 ok = SecDbOpenHandle(dbconn, NULL, error);
675 SecDbOpenHandle(dbconn, NULL, error);
685 (dbconn->handle || SecDbOpenHandle(dbconn, NULL, error)) &&
767 static bool SecDbOpenHandle(SecDbConnectionRef dbconn, bool *created, CFErrorRef *error) function
844 if (ok && !SecDbOpenHandle(dbconn, &didCreate, &localError)) {
887 if (dbconn && !SecDbOpenHandle(dbconn, &created, error)) {
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c147 static bool SecDbOpenHandle(SecDbConnectionRef dbconn, bool *created, CFErrorRef *error);
637 ok = SecDbOpenHandle(dbconn, NULL, error);
675 SecDbOpenHandle(dbconn, NULL, error);
685 (dbconn->handle || SecDbOpenHandle(dbconn, NULL, error)) &&
767 static bool SecDbOpenHandle(SecDbConnectionRef dbconn, bool *created, CFErrorRef *error) function
844 if (ok && !SecDbOpenHandle(dbconn, &didCreate, &localError)) {
887 if (dbconn && !SecDbOpenHandle(dbconn, &created, error)) {

Completed in 184 milliseconds