Searched refs:CFURLCreateAbsoluteURLWithBytes (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/cf/
H A DWKURLCF.cpp62 CFURLRef result = CFURLCreateAbsoluteURLWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(buffer.data()), buffer.length(), kCFStringEncodingUTF8, 0, true);
64 result = CFURLCreateAbsoluteURLWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(buffer.data()), buffer.length(), kCFStringEncodingISOLatin1, 0, true);
/macosx-10.9.5/WebCore-7537.78.1/platform/cf/
H A DCFURLExtras.cpp39 RetainPtr<CFURLRef> result = adoptCF(CFURLCreateAbsoluteURLWithBytes(0, reinterpret_cast<const UInt8*>(data), size, kCFStringEncodingUTF8, baseURL, true));
41 result = adoptCF(CFURLCreateAbsoluteURLWithBytes(0, reinterpret_cast<const UInt8*>(data), size, kCFStringEncodingISOLatin1, baseURL, true));
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py67 self.failUnlessArgHasType(CFURLCreateAbsoluteURLWithBytes, 1, 'n^v')
68 self.failUnlessArgSizeInArg(CFURLCreateAbsoluteURLWithBytes, 1, 2)
69 ref = CFURLCreateAbsoluteURLWithBytes(None, "socker", len("socker"), kCFStringEncodingUTF8, baseref, True)
76 ref = CFURLCreateAbsoluteURLWithBytes(None, relpath, len(relpath), kCFStringEncodingUTF8, baseref, True)
82 ref = CFURLCreateAbsoluteURLWithBytes(None, relpath, len(relpath), kCFStringEncodingUTF8, baseref, False)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py66 self.assertArgHasType(CFURLCreateAbsoluteURLWithBytes, 1, b'n^v')
67 self.assertArgSizeInArg(CFURLCreateAbsoluteURLWithBytes, 1, 2)
68 ref = CFURLCreateAbsoluteURLWithBytes(None, b"socker", len(b"socker"), kCFStringEncodingUTF8, baseref, True)
75 ref = CFURLCreateAbsoluteURLWithBytes(None, relpath, len(relpath), kCFStringEncodingUTF8, baseref, True)
81 ref = CFURLCreateAbsoluteURLWithBytes(None, relpath, len(relpath), kCFStringEncodingUTF8, baseref, False)
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebNSURLExtras.mm217 ? (NSURL *)HardAutorelease(CFURLCreateAbsoluteURLWithBytes(NULL, buffer, bytesFilled, kCFStringEncodingUTF8, nil, YES))
/macosx-10.9.5/bless-98/
H A DmodeNetboot.c374 serverURL = CFURLCreateAbsoluteURLWithBytes(kCFAllocatorDefault,
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreNSURLExtras.mm610 // work around <rdar://4470771>: CFURLCreateAbsoluteURLWithBytes(.., TRUE) doesn't remove non-path components.
615 // CFURLCreateAbsoluteURLWithBytes would complain to console if we passed a path to it.
623 result = HardAutorelease(CFURLCreateAbsoluteURLWithBytes(NULL, bytes, length, kCFStringEncodingUTF8, (CFURLRef)baseURL, YES));
625 result = HardAutorelease(CFURLCreateAbsoluteURLWithBytes(NULL, bytes, length, kCFStringEncodingISOLatin1, (CFURLRef)baseURL, YES));
/macosx-10.9.5/CF-855.17/
H A DCFURL.h102 CFURLRef CFURLCreateAbsoluteURLWithBytes(CFAllocatorRef alloc, const UInt8 *relativeURLBytes, CFIndex length, CFStringEncoding encoding, CFURLRef baseURL, Boolean useCompatibilityMode);
H A DCFURL.c2356 CFURLRef CFURLCreateAbsoluteURLWithBytes(CFAllocatorRef alloc, const UInt8 *relativeURLBytes, CFIndex length, CFStringEncoding encoding, CFURLRef baseURL, Boolean useCompatibilityMode) { function
2360 CFURLCreateAbsoluteURLWithBytes() and useCompatibilityMode is for:
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_cache.c1362 newBaseURL = CFURLCreateAbsoluteURLWithBytes(kCFAllocatorDefault, (UInt8 *)name_ptr, name_ptr_len, kCFStringEncodingUTF8, NULL, FALSE);
H A Dwebdav_network.c822 gBaseURL = CFURLCreateAbsoluteURLWithBytes(kCFAllocatorDefault, uri, uriLength, kCFStringEncodingUTF8, NULL, FALSE);
823 require_action_string(gBaseURL != NULL, CFURLCreateAbsoluteURLWithBytes, error = ENOMEM, "name was not legal UTF8");
863 CFURLCreateAbsoluteURLWithBytes:

Completed in 173 milliseconds