Home | History | Annotate | Download | only in cf

Lines Matching refs:protectionSpace

34 #include "ProtectionSpace.h"
46 AuthenticationChallenge::AuthenticationChallenge(const ProtectionSpace& protectionSpace,
51 : AuthenticationChallengeBase(protectionSpace,
84 CFURLProtectionSpaceRef protectionSpace = createCF(coreChallenge.protectionSpace());
87 CFURLAuthChallengeRef result = CFURLAuthChallengeCreate(0, protectionSpace, credential,
91 CFRelease(protectionSpace);
121 CFURLProtectionSpaceRef createCF(const ProtectionSpace& coreSpace)
208 ProtectionSpace core(CFURLProtectionSpaceRef cfSpace)
266 return ProtectionSpace(CFURLProtectionSpaceGetHost(cfSpace),