Lines Matching refs:propertyValue
488 CFTypeRef propertyValue; in createHeaderForProperty() local
493 propertyValue = ABRecordCopyValue(_record,_propertyName); in createHeaderForProperty()
494 if(propertyValue == NULL && _isPropertyRequired == sal_False) in createHeaderForProperty()
500 result = createHeaderForProperty(propertyType, propertyValue, localizedPropertyName); in createHeaderForProperty()
502 if(propertyValue != NULL) in createHeaderForProperty()
503 CFRelease(propertyValue); in createHeaderForProperty()
871 CFTypeRef propertyValue; in createMacabRecord() local
884 propertyValue = ABRecordCopyValue(_abrecord,propertyName); in createMacabRecord()
885 if(propertyValue != NULL) in createMacabRecord()
889 …sertPropertyIntoMacabRecord(propertyType, macabRecord, _header, propertyNameString, propertyValue); in createMacabRecord()
891 CFRelease(propertyValue); in createMacabRecord()