Searched refs:CFURLCreateWithBytes (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Durl.cpp63 ref = CFURLCreateWithBytes(NULL, (const UInt8 *)s, strlen(s), kCFStringEncodingUTF8, NULL);
70 ref = CFURLCreateWithBytes(NULL, (const UInt8 *)s, strlen(s), kCFStringEncodingUTF8, base.ref);
146 ref = CFURLCreateWithBytes(NULL, (const UInt8 *)url, strlen(url), kCFStringEncodingUTF8, NULL);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Durl.cpp63 ref = CFURLCreateWithBytes(NULL, (const UInt8 *)s, strlen(s), kCFStringEncodingUTF8, NULL);
70 ref = CFURLCreateWithBytes(NULL, (const UInt8 *)s, strlen(s), kCFStringEncodingUTF8, base.ref);
146 ref = CFURLCreateWithBytes(NULL, (const UInt8 *)url, strlen(url), kCFStringEncodingUTF8, NULL);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py19 ref = CFURLCreateWithBytes(None, url, len(url), kCFStringEncodingUTF8, None)
25 ref2 = CFURLCreateWithBytes(None, url, len(url), kCFStringEncodingUTF8, ref)
29 ref3 = CFURLCreateWithBytes(None, a, len(a), kCFStringEncodingUTF8, None)
33 self.failUnlessRaises((ValueError, TypeError), CFURLCreateWithBytes, None, unicode(url), len(url), kCFStringEncodingUTF8, None)
38 ref = CFURLCreateWithBytes(None, url, len(url), kCFStringEncodingUTF8, None)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/CreatePDFDocument/
H A DCreatePDFDocument.py25 linkURL = CFURLCreateWithBytes(None, link, len(link),
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/CreatePDFDocument/
H A DCreatePDFDocument.py25 linkURL = CFURLCreateWithBytes(None, link, len(link),
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py18 ref = CFURLCreateWithBytes(None, url, len(url), kCFStringEncodingUTF8, None)
24 ref2 = CFURLCreateWithBytes(None, url, len(url), kCFStringEncodingUTF8, ref)
28 ref3 = CFURLCreateWithBytes(None, a, len(a), kCFStringEncodingUTF8, None)
32 self.assertRaises((ValueError, TypeError), CFURLCreateWithBytes, None, unicode(url), len(url), kCFStringEncodingUTF8, None)
37 ref = CFURLCreateWithBytes(None, url, len(url), kCFStringEncodingUTF8, None)
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dkkdcp.c62 url = CFURLCreateWithBytes(NULL, (const UInt8 *)stringurl, strlen(stringurl), kCFStringEncodingUTF8, NULL);
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dpiddiskrep.cpp62 mBundleURL.take(CFURLCreateWithBytes(NULL, (const UInt8 *)data, (CFIndex)size, kCFStringEncodingUTF8, NULL));
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dpiddiskrep.cpp62 mBundleURL.take(CFURLCreateWithBytes(NULL, (const UInt8 *)data, (CFIndex)size, kCFStringEncodingUTF8, NULL));
/macosx-10.9.5/autofs-234/mount_url/
H A Dmount_url.c111 URL = CFURLCreateWithBytes(kCFAllocatorDefault, (const UInt8 *)argv[0],
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreNSURLExtras.mm588 NSURL *result = (NSURL *)CFMakeCollectable(CFURLCreateWithBytes(NULL, urlBytes, fragRg.location - 1, kCFStringEncodingUTF8, NULL));
590 result = (NSURL *)CFMakeCollectable(CFURLCreateWithBytes(NULL, urlBytes, fragRg.location - 1, kCFStringEncodingISOLatin1, NULL));
759 NSURL *result = (NSURL *)CFMakeCollectable(CFURLCreateWithBytes(NULL, urlBytes, numBytes - range.length, kCFStringEncodingUTF8, NULL));
761 result = (NSURL *)CFMakeCollectable(CFURLCreateWithBytes(NULL, urlBytes, numBytes - range.length, kCFStringEncodingISOLatin1, NULL));
/macosx-10.9.5/security_ocspd-55118.2/server/
H A DocspdNetwork.mm483 cfUrl = CFURLCreateWithBytes(NULL, fullUrl, totalLen,
491 cfUrl = CFURLCreateWithBytes(NULL, url.Data, urlLen,
509 ocspdErrorLog("ocspdHttpFetch: CFURLCreateWithBytes returned NULL\n");
787 cfUrl = CFURLCreateWithBytes(NULL,
804 ocspdErrorLog("httpFetch: CFURLCreateWithBytes returned NULL\n");
H A DocspdNetwork.cpp352 cfUrl = CFURLCreateWithBytes(NULL,
357 ocspdErrorLog("ocspdHttpGet: CFURLCreateWithBytes returned NULL\n");
424 cfUrl = CFURLCreateWithBytes(NULL,
441 ocspdErrorLog("ocspdHttpPost: CFURLCreateWithBytes returned NULL\n");
767 cfUrl = CFURLCreateWithBytes(NULL,
784 ocspdErrorLog("httpFetch: CFURLCreateWithBytes returned NULL\n");
/macosx-10.9.5/security_dotmac_tp-55107.1/lib/
H A DdotMacTpUtils.cpp335 CFURLRef cfUrl = CFURLCreateWithBytes(NULL,
340 dotMacErrorLog("dotMacTpCertFetch: CFURLCreateWithBytes returned NULL\n");
H A DdotMacTpRpcGlue.cpp355 CFURLRef url = CFURLCreateWithBytes(NULL, (const UInt8 *)urlStr, urlLength-1,
/macosx-10.9.5/CF-855.17/
H A DCFURL.h72 CFURLRef CFURLCreateWithBytes(CFAllocatorRef allocator, const UInt8 *URLBytes, CFIndex length, CFStringEncoding encoding, CFURLRef baseURL);
H A DCFURL.c2290 CFURLRef CFURLCreateWithBytes(CFAllocatorRef allocator, const uint8_t *URLBytes, CFIndex length, CFStringEncoding encoding, CFURLRef baseURL) { function
2373 // if not useCompatibilityMode, use CFURLCreateWithBytes and then CFURLCopyAbsoluteURL if there's a baseURL
2375 CFURLRef url = CFURLCreateWithBytes(alloc, relativeURLBytes, length, encoding, baseURL);
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_agent.c337 cf_url = CFURLCreateWithBytes(NULL, (const UInt8 *)in_url, strlen(in_url), kCFStringEncodingUTF8, NULL);
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecCertificate.c1006 CFURLRef url = CFURLCreateWithBytes(kCFAllocatorDefault,
1060 url = CFURLCreateWithBytes(kCFAllocatorDefault,
2108 CFURLRef url = CFURLCreateWithBytes(CFGetAllocator(properties),
/macosx-10.9.5/tcl-102/tcl_ext/tclae/tclae/generic/
H A DtclAEAddress.c706 urlRef = CFURLCreateWithBytes(kCFAllocatorDefault,
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecCertificateP.c990 CFURLRef url = CFURLCreateWithBytes(kCFAllocatorDefault,
1994 CFURLRef url = CFURLCreateWithBytes(CFGetAllocator(properties),
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecCertificateP.c990 CFURLRef url = CFURLCreateWithBytes(kCFAllocatorDefault,
1994 CFURLRef url = CFURLCreateWithBytes(CFGetAllocator(properties),
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecCertificateP.c990 CFURLRef url = CFURLCreateWithBytes(kCFAllocatorDefault,
1994 CFURLRef url = CFURLCreateWithBytes(CFGetAllocator(properties),
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmac.c642 url = CFURLCreateWithBytes (NULL, data_ptr, data_size,
658 url = CFURLCreateWithBytes (NULL, buf, size,
/macosx-10.9.5/configd-596.15/Plugins/IPMonitor/
H A Dip_plugin.c2514 url = CFURLCreateWithBytes(NULL, urlBytes, urlLen, kCFStringEncodingUTF8, NULL);

Completed in 324 milliseconds