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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c2959 CFRange netRg = {kCFNotFound, 0}; local
2970 if (netRg.location == kCFNotFound) {
2971 netRg = netRgs[i];
2973 netRg.length = netRgs[i].location + netRgs[i].length - netRg.location;
2976 return netRg;
2983 CFRange netRg = _netLocationRange(anURL->_flags, anURL->_ranges); local
2989 // Only thing that can come before the net location is the scheme. It's impossible for the scheme to contain percent escapes. Therefore, we can use the location of netRg in _sanatizedString, just not the length.
2992 netRg.length = CFStringGetLength(sanitizedString) - netRg
[all...]

Completed in 119 milliseconds