Searched refs:dictValues (Results 1 – 1 of 1) sorted by relevance
674 CFTypeRef *dictValues; in createHeaderForProperty() local685 dictValues = (CFTypeRef *) malloc(sizeof(CFTypeRef)*numRecords); in createHeaderForProperty()686 …sAndValues((CFDictionaryRef) _propertyValue, (const void **) dictKeys, (const void **) dictValues); in createHeaderForProperty()702 dictType = (ABPropertyType) getABTypeFromCFType( CFGetTypeID(dictValues[i]) ); in createHeaderForProperty()707 dictHeaders[i] = createHeaderForProperty(dictType, dictValues[i], dictLabel); in createHeaderForProperty()736 free(dictValues); in createHeaderForProperty()1027 CFTypeRef *dictValues; in insertPropertyIntoMacabRecord() local1029 dictValues = (CFTypeRef *) malloc(sizeof(CFTypeRef)*numRecords); in insertPropertyIntoMacabRecord()1030 …sAndValues((CFDictionaryRef) _propertyValue, (const void **) dictKeys, (const void **) dictValues); in insertPropertyIntoMacabRecord()1039 insertPropertyIntoMacabRecord(_abrecord, _header, newPropertyName, dictValues[i]); in insertPropertyIntoMacabRecord()[all …]
Completed in 11 milliseconds