Searched refs:newComp (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFURL.c2892 CFStringRef newComp = correctedComponent(comp, compFlag, url->_encoding); local
2894 comp = newComp;
4529 CFStringRef newComp; local
4536 newComp = CFURLCreateStringByAddingPercentEscapes(allocator, pathComponent, NULL, CFSTR(";?"), url->_encoding);
4538 if ( (!pathRg.length || CFStringGetCharacterAtIndex(url->_string, pathRg.location + pathRg.length - 1) != '/') && (CFStringGetCharacterAtIndex(newComp, 0) != '/') ) {
4542 CFStringInsert(newString, pathRg.location + pathRg.length, newComp);
4544 CFStringInsert(newString, pathRg.location + pathRg.length + CFStringGetLength(newComp), CFSTR("/"));
4546 CFRelease(newComp);
4758 CFStringRef newComp = NULL; local
4763 if (!newComp) {
[all...]

Completed in 143 milliseconds