Home
last modified time | relevance | path

Searched defs:TSRMLS_DC (Results 1 – 7 of 7) sorted by relevance

/imagick/
H A Dimagick_helpers.c50 void php_imagick_cleanup_progress_callback(php_imagick_callback* progress_callback TSRMLS_DC) { in php_imagick_cleanup_progress_callback()
257 zend_bool php_imagick_validate_map(const char *map TSRMLS_DC) in php_imagick_validate_map()
283 double *php_imagick_zval_to_double_array(zval *param_array, im_long *num_elements TSRMLS_DC) in php_imagick_zval_to_double_array()
334 im_long *php_imagick_zval_to_long_array(zval *param_array, im_long *num_elements TSRMLS_DC) in php_imagick_zval_to_long_array()
386 unsigned char *php_imagick_zval_to_char_array(zval *param_array, im_long *num_elements TSRMLS_DC) in php_imagick_zval_to_char_array()
437 zend_bool php_imagick_check_font(char *font, int font_len TSRMLS_DC) in php_imagick_check_font()
459 php_imagick_rw_result_t php_imagick_file_access_check (const char *filename TSRMLS_DC) in php_imagick_file_access_check()
482 void s_rw_fail_to_exception (php_imagick_rw_result_t rc, const char *filename TSRMLS_DC) in s_rw_fail_to_exception()
535 PointInfo *php_imagick_zval_to_pointinfo_array(zval *coordinate_array, int *num_elements TSRMLS_DC) in php_imagick_zval_to_pointinfo_array()
670 void php_imagick_throw_exception (php_imagick_class_type_t type, const char *description TSRMLS_DC) in php_imagick_throw_exception()
[all …]
H A Dimagick.c2911 static void php_imagick_object_free_storage(IM_ZEND_OBJECT *object TSRMLS_DC) in php_imagick_object_free_storage()
2935 static void php_imagickdraw_object_free_storage(IM_ZEND_OBJECT *object TSRMLS_DC) in php_imagickdraw_object_free_storage()
2954 static void php_imagickpixeliterator_object_free_storage(IM_ZEND_OBJECT *object TSRMLS_DC) in php_imagickpixeliterator_object_free_storage()
2974 static void php_imagickpixel_object_free_storage(IM_ZEND_OBJECT *object TSRMLS_DC) in php_imagickpixel_object_free_storage()
2991 static void php_imagickkernel_object_free_storage(IM_ZEND_OBJECT *object TSRMLS_DC) in php_imagickkernel_object_free_storage()
3085 static zend_object * php_imagick_object_new(zend_class_entry *class_type TSRMLS_DC) in php_imagick_object_new()
3146 static zend_object * php_imagickdraw_object_new(zend_class_entry *class_type TSRMLS_DC) in php_imagickdraw_object_new()
3240 static zend_object * php_imagickpixel_object_new(zend_class_entry *class_type TSRMLS_DC) in php_imagickpixel_object_new()
3298 static zend_object * php_imagickkernel_object_new(zend_class_entry *class_type TSRMLS_DC) in php_imagickkernel_object_new()
3490 static zval *php_imagick_read_property(zval *object, zval *member, int type TSRMLS_DC)
[all …]
H A Dimagick_file.c81 zend_bool php_imagick_is_url(const char *filename TSRMLS_DC) in php_imagick_is_url()
91 …ick_file_init(struct php_imagick_file_t *file, const char *filename, size_t filename_len TSRMLS_DC) in php_imagick_file_init()
160 …k(php_imagick_object *intern, struct php_imagick_file_t *file, ImagickOperationType type TSRMLS_DC) in php_imagick_read_image_using_imagemagick()
201 …s(php_imagick_object *intern, struct php_imagick_file_t *file, ImagickOperationType type TSRMLS_DC) in php_imagick_read_image_using_php_streams()
255 int php_imagick_safe_mode_check(const char *filename TSRMLS_DC) in php_imagick_safe_mode_check()
269 …e(php_imagick_object *intern, struct php_imagick_file_t *file, ImagickOperationType type TSRMLS_DC) in php_imagick_read_file()
288 …ct *intern, struct php_imagick_file_t *file, ImagickOperationType type, zend_bool adjoin TSRMLS_DC) in php_imagick_write_file()
313 …stream_handler(php_imagick_object *intern, php_stream *stream, ImagickOperationType type TSRMLS_DC) in php_imagick_stream_handler()
H A Dimagickpixeliterator_class.c41 void php_imagick_pixel_iterator_new (PixelIterator *pixel_it, zval *return_value TSRMLS_DC) in php_imagick_pixel_iterator_new()
429 …_pixelwands_to_zval (PixelWand **wand_array, unsigned long num_wands, zval *return_value TSRMLS_DC) in s_pixelwands_to_zval()
H A Dimagickkernel_class.c83 HashTable* php_imagickkernel_get_debug_info(zend_object *obj, int *is_temp TSRMLS_DC) /* {{{ */ in php_imagickkernel_get_debug_info()
201 static void createKernelZval(zval *pzval, KernelInfo *kernel_info TSRMLS_DC) { in createKernelZval()
H A Dphp_imagick_defs.h52 #define TSRMLS_DC macro
H A Dimagick_class.c8005 …MagickWand *magick_wand, im_long desired_width, im_long desired_height, zend_bool legacy TSRMLS_DC)
8568 void s_add_named_strings (zval *array, const char *haystack TSRMLS_DC)

Completed in 55 milliseconds