Searched refs:CFURLCanBeDecomposed (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/bless-98/
H A DmodeNetboot.c380 if(!serverURL || !CFURLCanBeDecomposed(serverURL)) {
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py160 self.assert_(CFURLCanBeDecomposed(ref) is True)
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecIdentity.cpp232 if (CFURLCanBeDecomposed(url)) {
276 if (CFURLCanBeDecomposed(url)) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecIdentity.cpp232 if (CFURLCanBeDecomposed(url)) {
276 if (CFURLCanBeDecomposed(url)) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecIdentity.cpp232 if (CFURLCanBeDecomposed(url)) {
276 if (CFURLCanBeDecomposed(url)) {
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dparse_url.c591 if ((!CFURLCanBeDecomposed(ctx->ct_url)) || (SMBSchemeLength(ctx->ct_url) < 0)) {
778 if ((!CFURLCanBeDecomposed(url)) || (SMBSchemeLength(url) < 0)) {
/macosx-10.9.5/CF-855.17/
H A DCFURL.h211 Boolean CFURLCanBeDecomposed(CFURLRef anURL);
218 /* NULL if CFURLCanBeDecomposed(anURL) is false */
222 /* NULL if CFURLCanBeDecomposed(anURL) is false; also does not resolve the URL */
H A DCFURL.c2788 Boolean CFURLCanBeDecomposed(CFURLRef anURL) { function
3014 /* NULL if CFURLCanBeDecomposed(anURL) is false; also does not resolve the URL against its base. See also CFCreateAbsoluteURL(). Note that, strictly speaking, any leading '/' is not considered part of the URL's path, although its presence or absence determines whether the path is absolute. CFURLCopyPath()'s return value includes any leading slash (giving the path the normal POSIX appearance); CFURLCopyStrictPath()'s return value omits any leading slash, and uses isAbsolute to report whether the URL's path is absolute.
3570 if (!CFURLCanBeDecomposed(url)) {
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py158 self.assert_(CFURLCanBeDecomposed(ref) is True)
/macosx-10.9.5/webdavfs-352.92.2/WebDAVPlugin/
H A DWebDAV_Mount.c1117 if (!CFURLCanBeDecomposed(in_URL)) {

Completed in 116 milliseconds