Searched refs:dictionaryCount (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFBinaryPList.c1443 CFIndex dictionaryCount = marker & 0x0f; local
1444 if (0xf == dictionaryCount) {
1448 dictionaryCount = (CFIndex)bigint;
1450 dictionaryCount = check_size_t_mul(dictionaryCount, 2, &err);
1452 size_t byte_cnt = check_size_t_mul(dictionaryCount, trailer->_objectRefSize, &err);
1457 byte_cnt = check_size_t_mul(dictionaryCount, sizeof(CFPropertyListRef), &err);
1459 list = (dictionaryCount <= 256) ? buffer : (CFPropertyListRef *)CFAllocatorAllocate(kCFAllocatorSystemDefault, byte_cnt, __kCFAllocatorGCScannedMemory);
1511 for (CFIndex idx = 0; idx < dictionaryCount; idx++) {
1514 if (!__CFBinaryPlistCreateObjectFiltered(databytes, datalen, off, trailer, allocator, mutabilityOption, objects, set, curDepth + 1, NULL, &pl) || (idx < dictionaryCount /
[all...]

Completed in 204 milliseconds