Home
last modified time | relevance | path

Searched refs:property_info (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
Dproperty.c3530 if (property_info != image_info) \ in InterpretImageProperties()
3531 property_info=DestroyImageInfo(property_info); \ in InterpretImageProperties()
3550 if (property_info != image_info) \ in InterpretImageProperties()
3551 property_info=DestroyImageInfo(property_info); \ in InterpretImageProperties()
3571 if (property_info != image_info) \ in InterpretImageProperties()
3572 property_info=DestroyImageInfo(property_info); \ in InterpretImageProperties()
3588 *property_info; in InterpretImageProperties() local
3637 property_info=image_info; in InterpretImageProperties()
3639 property_info=CloneImageInfo(image_info); in InterpretImageProperties()
3757 string=GetMagickPropertyLetter(property_info,image,*p,exception); in InterpretImageProperties()
[all …]
/external/protobuf/php/ext/google/protobuf/
Dstorage.c643 zend_property_info* property_info = in create_layout() local
647 zend_property_info* property_info = in create_layout() local
659 property_info->offset; in create_layout()
704 zend_property_info* property_info = in create_layout() local
708 zend_property_info* property_info = in create_layout() local
720 property_info->offset; in create_layout()
Dmessage.c170 zend_property_info* property_info; local
172 property_info =
175 property_info =
180 OBJ_PROP(Z_OBJ_P(object), property_info->offset) TSRMLS_CC);
481 zend_property_info* property_info; local
484 property_info =
487 property_info =
491 cached = OBJ_PROP(Z_OBJ_P(msg), property_info->offset);