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

/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSStringRefCF.cpp47 CFIndex usedBufferLength; local
48 CFIndex convertedSize = CFStringGetBytes(string, CFRangeMake(0, length), kCFStringEncodingISOLatin1, 0, false, lcharBuffer.data(), length, &usedBufferLength);
49 if (static_cast<size_t>(convertedSize) == length && static_cast<size_t>(usedBufferLength) == length)
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/acltool/
H A DaclUtils.cpp169 CFIndex usedBufferLength; local
172 sizeof(localBuffer), &usedBufferLength);
176 fprintf(stream, "%.*s", (int)usedBufferLength, localBuffer);
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dkeychain_utilities.c227 CFIndex usedBufferLength; local
230 sizeof(localBuffer), &usedBufferLength);
234 fprintf(stream, "%.*s", (int)usedBufferLength, localBuffer);

Completed in 77 milliseconds