Lines Matching defs: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)
2935 static void php_imagickdraw_object_free_storage(IM_ZEND_OBJECT *object TSRMLS_DC)
2954 static void php_imagickpixeliterator_object_free_storage(IM_ZEND_OBJECT *object TSRMLS_DC)
2974 static void php_imagickpixel_object_free_storage(IM_ZEND_OBJECT *object TSRMLS_DC)
2991 static void php_imagickkernel_object_free_storage(IM_ZEND_OBJECT *object TSRMLS_DC)
3025 static zend_object * php_imagick_object_new_ex(zend_class_entry *class_type, php_imagick_object **ptr, zend_bool init_wand TSRMLS_DC)
3027 static zend_object_value php_imagick_object_new_ex(zend_class_entry *class_type, php_imagick_object **ptr, zend_bool init_wand TSRMLS_DC)
3085 static zend_object * php_imagick_object_new(zend_class_entry *class_type TSRMLS_DC)
3087 static zend_object_value php_imagick_object_new(zend_class_entry *class_type TSRMLS_DC)
3094 static zend_object * php_imagickdraw_object_new_ex(zend_class_entry *class_type, php_imagickdraw_object **ptr, zend_bool init_wand TSRMLS_DC)
3096 static zend_object_value php_imagickdraw_object_new_ex(zend_class_entry *class_type, php_imagickdraw_object **ptr, zend_bool init_wand TSRMLS_DC)
3146 static zend_object * php_imagickdraw_object_new(zend_class_entry *class_type TSRMLS_DC)
3148 static zend_object_value php_imagickdraw_object_new(zend_class_entry *class_type TSRMLS_DC)
3155 static zend_object * php_imagickpixeliterator_object_new(zend_class_entry *class_type TSRMLS_DC)
3157 static zend_object_value php_imagickpixeliterator_object_new(zend_class_entry *class_type TSRMLS_DC)
3198 static zend_object * php_imagickpixel_object_new_ex(zend_class_entry *class_type, php_imagickpixel_object **ptr TSRMLS_DC)
3200 static zend_object_value php_imagickpixel_object_new_ex(zend_class_entry *class_type, php_imagickpixel_object **ptr TSRMLS_DC)
3240 static zend_object * php_imagickpixel_object_new(zend_class_entry *class_type TSRMLS_DC)
3242 static zend_object_value php_imagickpixel_object_new(zend_class_entry *class_type TSRMLS_DC)
3251 static zend_object * php_imagickkernel_object_new_ex(zend_class_entry *class_type, php_imagickkernel_object **ptr TSRMLS_DC)
3253 static zend_object_value php_imagickkernel_object_new_ex(zend_class_entry *class_type, php_imagickkernel_object **ptr TSRMLS_DC)
3298 static zend_object * php_imagickkernel_object_new(zend_class_entry *class_type TSRMLS_DC)
3300 static zend_object_value php_imagickkernel_object_new(zend_class_entry *class_type TSRMLS_DC)
3336 static int php_imagick_count_elements(zval *object, im_long *count TSRMLS_DC) /* {{{ */
3414 static zval *php_imagick_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv TSRMLS_DC)
3490 static zval *php_imagick_read_property(zval *object, zval *member, int type TSRMLS_DC)
3492 static zval *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)
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)