Lines Matching refs:TSRMLS_DC
46 HashTable* php_imagickkernel_get_debug_info(zend_object *obj, int *is_temp TSRMLS_DC); /* {{{ */
48 HashTable* php_imagickkernel_get_debug_info(zval *obj, int *is_temp TSRMLS_DC); /* {{{ */
2911 static void php_imagick_object_free_storage(IM_ZEND_OBJECT *object TSRMLS_DC) in php_imagick_object_free_storage() argument
2935 static void php_imagickdraw_object_free_storage(IM_ZEND_OBJECT *object TSRMLS_DC) in php_imagickdraw_object_free_storage() argument
2954 static void php_imagickpixeliterator_object_free_storage(IM_ZEND_OBJECT *object TSRMLS_DC) in php_imagickpixeliterator_object_free_storage() argument
2974 static void php_imagickpixel_object_free_storage(IM_ZEND_OBJECT *object TSRMLS_DC) in php_imagickpixel_object_free_storage() argument
2991 static void php_imagickkernel_object_free_storage(IM_ZEND_OBJECT *object TSRMLS_DC) in php_imagickkernel_object_free_storage() argument
3025 …bject_new_ex(zend_class_entry *class_type, php_imagick_object **ptr, zend_bool init_wand TSRMLS_DC) in php_imagick_object_new_ex() argument
3027 …bject_new_ex(zend_class_entry *class_type, php_imagick_object **ptr, zend_bool init_wand TSRMLS_DC) in php_imagick_object_new_ex()
3085 static zend_object * php_imagick_object_new(zend_class_entry *class_type TSRMLS_DC) in php_imagick_object_new() argument
3087 static zend_object_value php_imagick_object_new(zend_class_entry *class_type TSRMLS_DC) in php_imagick_object_new()
3094 …t_new_ex(zend_class_entry *class_type, php_imagickdraw_object **ptr, zend_bool init_wand TSRMLS_DC) in php_imagickdraw_object_new_ex() argument
3096 …t_new_ex(zend_class_entry *class_type, php_imagickdraw_object **ptr, zend_bool init_wand TSRMLS_DC) in php_imagickdraw_object_new_ex()
3146 static zend_object * php_imagickdraw_object_new(zend_class_entry *class_type TSRMLS_DC) in php_imagickdraw_object_new() argument
3148 static zend_object_value php_imagickdraw_object_new(zend_class_entry *class_type TSRMLS_DC) in php_imagickdraw_object_new()
3155 static zend_object * php_imagickpixeliterator_object_new(zend_class_entry *class_type TSRMLS_DC) in php_imagickpixeliterator_object_new() argument
3157 static zend_object_value php_imagickpixeliterator_object_new(zend_class_entry *class_type TSRMLS_DC) in php_imagickpixeliterator_object_new()
3198 …p_imagickpixel_object_new_ex(zend_class_entry *class_type, php_imagickpixel_object **ptr TSRMLS_DC) in php_imagickpixel_object_new_ex() argument
3200 …p_imagickpixel_object_new_ex(zend_class_entry *class_type, php_imagickpixel_object **ptr TSRMLS_DC) in php_imagickpixel_object_new_ex()
3240 static zend_object * php_imagickpixel_object_new(zend_class_entry *class_type TSRMLS_DC) in php_imagickpixel_object_new() argument
3242 static zend_object_value php_imagickpixel_object_new(zend_class_entry *class_type TSRMLS_DC) in php_imagickpixel_object_new()
3251 …imagickkernel_object_new_ex(zend_class_entry *class_type, php_imagickkernel_object **ptr TSRMLS_DC) in php_imagickkernel_object_new_ex() argument
3253 …imagickkernel_object_new_ex(zend_class_entry *class_type, php_imagickkernel_object **ptr TSRMLS_DC) in php_imagickkernel_object_new_ex()
3298 static zend_object * php_imagickkernel_object_new(zend_class_entry *class_type TSRMLS_DC) in php_imagickkernel_object_new() argument
3300 static zend_object_value php_imagickkernel_object_new(zend_class_entry *class_type TSRMLS_DC) in php_imagickkernel_object_new()
3336 static int php_imagick_count_elements(zval *object, im_long *count TSRMLS_DC) /* {{{ */
3414 …_imagick_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv TSRMLS_DC) argument
3490 static zval *php_imagick_read_property(zval *object, zval *member, int type TSRMLS_DC) argument
3492 …*php_imagick_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC)
3569 static zend_object * php_imagick_clone_imagick_object(zval *this_ptr TSRMLS_DC)
3571 static zend_object_value php_imagick_clone_imagick_object(zval *this_ptr TSRMLS_DC)
3607 static zend_object * php_imagick_clone_imagickdraw_object(zval *this_ptr TSRMLS_DC)
3609 static zend_object_value php_imagick_clone_imagickdraw_object(zval *this_ptr TSRMLS_DC)
3642 static zend_object * php_imagick_clone_imagickpixel_object(zval *this_ptr TSRMLS_DC)
3644 static zend_object_value php_imagick_clone_imagickpixel_object(zval *this_ptr TSRMLS_DC)
3679 static zend_object * php_imagick_clone_imagickkernel_object(zend_object *this_ptr TSRMLS_DC) argument
3681 static zend_object * php_imagick_clone_imagickkernel_object(zval *this_ptr TSRMLS_DC)
3683 static zend_object_value php_imagick_clone_imagickkernel_object(zval *this_ptr TSRMLS_DC)