Searched refs:externalRef (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecTrustedApplicationPriv.h115 @param externalRef Upon successful return, contains a CFDataRef that can be
121 CFDataRef *externalRef);
127 @param externalRef A CFDataRef containing data produced by
131 equivalent to the original one used to obtain externalRef.
135 CFDataRef externalRef,
H A DSecTrustedApplication.cpp97 CFDataRef *externalRef)
101 Required(externalRef) = app.externalForm();
106 CFDataRef externalRef,
110 Required(appRef) = (new TrustedApplication(externalRef))->handle();
95 SecTrustedApplicationCopyExternalRepresentation( SecTrustedApplicationRef appRef, CFDataRef *externalRef) argument
105 SecTrustedApplicationCreateWithExternalRepresentation( CFDataRef externalRef, SecTrustedApplicationRef *appRef) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecTrustedApplicationPriv.h115 @param externalRef Upon successful return, contains a CFDataRef that can be
121 CFDataRef *externalRef);
127 @param externalRef A CFDataRef containing data produced by
131 equivalent to the original one used to obtain externalRef.
135 CFDataRef externalRef,
H A DSecTrustedApplication.cpp97 CFDataRef *externalRef)
101 Required(externalRef) = app.externalForm();
106 CFDataRef externalRef,
110 Required(appRef) = (new TrustedApplication(externalRef))->handle();
95 SecTrustedApplicationCopyExternalRepresentation( SecTrustedApplicationRef appRef, CFDataRef *externalRef) argument
105 SecTrustedApplicationCreateWithExternalRepresentation( CFDataRef externalRef, SecTrustedApplicationRef *appRef) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecTrustedApplicationPriv.h115 @param externalRef Upon successful return, contains a CFDataRef that can be
121 CFDataRef *externalRef);
127 @param externalRef A CFDataRef containing data produced by
131 equivalent to the original one used to obtain externalRef.
135 CFDataRef externalRef,
H A DSecTrustedApplication.cpp97 CFDataRef *externalRef)
101 Required(externalRef) = app.externalForm();
106 CFDataRef externalRef,
110 Required(appRef) = (new TrustedApplication(externalRef))->handle();
95 SecTrustedApplicationCopyExternalRepresentation( SecTrustedApplicationRef appRef, CFDataRef *externalRef) argument
105 SecTrustedApplicationCreateWithExternalRepresentation( CFDataRef externalRef, SecTrustedApplicationRef *appRef) argument
/macosx-10.9.5/libxml2-26/libxml2/
H A Drelaxng.c419 int externalRef; /* 1 if an external ref */ member in struct:_xmlRelaxNGDocument
1946 "Detected an externalRef recursion for %s\n", URL,
1976 ret->externalRef = 1;
2051 return ("externalRef");
4792 * the externalRef may be reused in a different ns context
4976 } else if (IS_RELAXNG(node, "externalRef")) {
6936 if ((!xmlStrEqual(node->name, BAD_CAST "externalRef")) &&
6993 * Include and externalRef lookups.
7027 if (xmlStrEqual(cur->name, BAD_CAST "externalRef")) {
7047 "xmlRelaxNGParse: externalRef ha
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Drelaxng.c418 int externalRef; /* 1 if an external ref */ member in struct:_xmlRelaxNGDocument
1945 "Detected an externalRef recursion for %s\n", URL,
1975 ret->externalRef = 1;
2050 return ("externalRef");
4791 * the externalRef may be reused in a different ns context
4975 } else if (IS_RELAXNG(node, "externalRef")) {
6935 if ((!xmlStrEqual(node->name, BAD_CAST "externalRef")) &&
6992 * Include and externalRef lookups.
7026 if (xmlStrEqual(cur->name, BAD_CAST "externalRef")) {
7046 "xmlRelaxNGParse: externalRef ha
[all...]

Completed in 154 milliseconds