Searched refs:arrValue (Results 1 – 1 of 1) sorted by relevance
749 CFTypeRef arrValue; in createHeaderForProperty() local768 arrValue = (CFTypeRef) CFArrayGetValueAtIndex( (CFArrayRef) _propertyValue, i); in createHeaderForProperty()769 arrType = (ABPropertyType) getABTypeFromCFType( CFGetTypeID(arrValue) ); in createHeaderForProperty()772 arrHeaders[i] = createHeaderForProperty(arrType, arrValue, arrLabel); in createHeaderForProperty()988 const void *arrValue; in insertPropertyIntoMacabRecord() local994 arrValue = CFArrayGetValueAtIndex( (CFArrayRef) _propertyValue, i); in insertPropertyIntoMacabRecord()996 insertPropertyIntoMacabRecord(_abrecord, _header, newPropertyName, arrValue); in insertPropertyIntoMacabRecord()997 CFRelease(arrValue); in insertPropertyIntoMacabRecord()
Completed in 14 milliseconds