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

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py163 self.assertEquals(CFURLCopyNetLocation(ref), u"www.omroep.nl")
/macosx-10.9.5/CF-855.17/
H A DCFURL.h220 CFStringRef CFURLCopyNetLocation(CFURLRef anURL);
H A DCFURL.c2979 CFStringRef CFURLCopyNetLocation(CFURLRef anURL) { function
3002 return CFURLCopyNetLocation(anURL->_base);
5060 netLoc = CFURLCopyNetLocation( absURL );
5065 netLoc = CFURLCopyNetLocation( url );
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py161 self.assertEqual(CFURLCopyNetLocation(ref), u"www.omroep.nl")
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecIdentity.cpp277 CFStringRef netLocString = CFURLCopyNetLocation(url);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecIdentity.cpp277 CFStringRef netLocString = CFURLCopyNetLocation(url);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecIdentity.cpp277 CFStringRef netLocString = CFURLCopyNetLocation(url);
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dparse_url.c186 netlocation = CFURLCopyNetLocation(url);
265 * First get the CFURLCopyNetLocation because it will not escape out the string.
318 * First get the CFURLCopyNetLocation because it will not escape out the string.

Completed in 273 milliseconds