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

/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_utilities.c223 CFRange rangeToProcess = CFRangeMake(0, CFStringGetLength(string)); local
224 while (rangeToProcess.length > 0)
228 CFIndex numChars = CFStringGetBytes(string, rangeToProcess,
235 rangeToProcess.location += numChars;
236 rangeToProcess.length -= numChars;

Completed in 89 milliseconds