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

/macosx-10.9.5/CF-855.17/
H A DCFURLAccess.c559 CFStringRef contentTypeUnexpanded = CFStringCreateWithSubstring(alloc, str, range); local
560 CFStringRef contentTypeExpanded = CFURLCreateStringByReplacingPercentEscapes(alloc, contentTypeUnexpanded, CFSTR(""));
563 contentTypeHeader = CFStringCreateMutableCopy(alloc, 0, contentTypeUnexpanded);
568 CFRelease(contentTypeUnexpanded);

Completed in 79 milliseconds