Searched refs:attribute_changed_block (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecCustomTransform.cpp449 if (ta->attribute_changed_block)
451 Block_release(ta->attribute_changed_block);
454 ta->attribute_changed_block = blockToSet;
765 attribute_set_notification = (SecTransformAttributeActionBlock)ta->attribute_changed_block;
H A DTransform.h79 void *attribute_changed_block; member in struct:transform_attribute
H A DTransform.cpp79 if (ta->attribute_changed_block)
81 Block_release(ta->attribute_changed_block);
232 ta->attribute_changed_block = NULL;

Completed in 177 milliseconds