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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c1081 CFMutableStringRef strForEscapedChar = NULL; local
1126 if (!strForEscapedChar) {
1127 strForEscapedChar = CFStringCreateMutableWithExternalCharactersNoCopy(alloc, &escapedChar, 1, 1, kCFAllocatorNull);
1129 escapedStr = (CFStringRef)CFRetain(strForEscapedChar);
1149 if (!strForEscapedChar) {
1150 strForEscapedChar = CFStringCreateMutableWithExternalCharactersNoCopy(alloc, &escapedChar, 1, 1, kCFAllocatorNull);
1153 escapedStr = (CFStringRef)CFRetain(strForEscapedChar);
1190 if (strForEscapedChar) CFRelease(strForEscapedChar);

Completed in 121 milliseconds