Searched refs:dictKeys (Results 1 – 1 of 1) sorted by relevance
673 CFStringRef *dictKeys; in createHeaderForProperty() local684 dictKeys = (CFStringRef *) malloc(sizeof(CFStringRef)*numRecords); in createHeaderForProperty()686 …CFDictionaryGetKeysAndValues((CFDictionaryRef) _propertyValue, (const void **) dictKeys, (const vo… in createHeaderForProperty()703 localizedDictKey = ABCopyLocalizedPropertyOrLabel(dictKeys[i]); in createHeaderForProperty()735 free(dictKeys); in createHeaderForProperty()1025 CFStringRef *dictKeys; in insertPropertyIntoMacabRecord() local1028 dictKeys = (CFStringRef *) malloc(sizeof(CFStringRef)*numRecords); in insertPropertyIntoMacabRecord()1030 …CFDictionaryGetKeysAndValues((CFDictionaryRef) _propertyValue, (const void **) dictKeys, (const vo… in insertPropertyIntoMacabRecord()1035 localizedDictKey = ABCopyLocalizedPropertyOrLabel(dictKeys[i]); in insertPropertyIntoMacabRecord()1042 free(dictKeys); in insertPropertyIntoMacabRecord()
Completed in 18 milliseconds