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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c3793 CFMutableArrayRef urlComponents = NULL; local
3797 urlComponents = CFArrayCreateMutableCopy(alloc, 0, tmp);
3800 CFStringRef str = (CFStringRef)CFArrayGetValueAtIndex(urlComponents, 0);
3805 for (c = CFArrayGetCount(urlComponents); i < c; i ++) {
3806 CFStringRef fileComp = (CFStringRef)CFArrayGetValueAtIndex(urlComponents,i);
3810 CFRelease(urlComponents);
3814 CFArraySetValueAtIndex(urlComponents, i, urlComp);
3820 if (CFStringGetLength((CFStringRef)CFArrayGetValueAtIndex(urlComponents, CFArrayGetCount(urlComponents) - 1)) != 0)
3821 CFArrayAppendValue(urlComponents, CFST
3835 CFArrayRef urlComponents; local
[all...]

Completed in 83 milliseconds