Home
last modified time | relevance | path

Searched refs:TSRMLS_DC (Results 1 – 9 of 9) sorted by relevance

/imagick/
H A Dphp_imagick_helpers.h25 zend_bool php_imagick_check_font(char *font, int font_len TSRMLS_DC);
29 PointInfo *php_imagick_zval_to_pointinfo_array(zval *coordinate_array, int *num_elements TSRMLS_DC);
31 double *php_imagick_zval_to_double_array(zval *param_array, im_long *num_elements TSRMLS_DC);
33 im_long *php_imagick_zval_to_long_array(zval *param_array, im_long *num_elements TSRMLS_DC);
35 unsigned char *php_imagick_zval_to_char_array(zval *param_array, im_long *num_elements TSRMLS_DC);
39 void php_imagick_cleanup_progress_callback(php_imagick_callback* progress_callback TSRMLS_DC);
43 zend_bool php_imagick_validate_map(const char *map TSRMLS_DC);
45 php_imagick_rw_result_t php_imagick_file_access_check (const char *filename TSRMLS_DC);
67 void php_imagick_pixel_iterator_new (PixelIterator *pixel_it, zval *return_value TSRMLS_DC);
72 …imagick_convert_imagick_exception (MagickWand *magick_wand, const char *default_message TSRMLS_DC);
[all …]
H A Dphp_imagick_file.h61 …ck_file_init(struct php_imagick_file_t *file, const char *filename, size_t filename_len TSRMLS_DC);
65 int php_imagick_safe_mode_check(const char *filename TSRMLS_DC);
68 …(php_imagick_object *intern, struct php_imagick_file_t *file, ImagickOperationType type TSRMLS_DC);
71 …t *intern, struct php_imagick_file_t *file, ImagickOperationType type, zend_bool adjoin TSRMLS_DC);
74 …tream_handler(php_imagick_object *intern, php_stream *stream, ImagickOperationType type TSRMLS_DC);
H A Dimagick.c48 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
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
3085 static zend_object * php_imagick_object_new(zend_class_entry *class_type TSRMLS_DC) in php_imagick_object_new() argument
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)
3642 static zend_object * php_imagick_clone_imagickpixel_object(zval *this_ptr TSRMLS_DC)
[all …]
H A Dimagick_file.c81 zend_bool php_imagick_is_url(const char *filename TSRMLS_DC) in php_imagick_is_url() argument
91 …ick_file_init(struct php_imagick_file_t *file, const char *filename, size_t filename_len TSRMLS_DC) in php_imagick_file_init() argument
160 …k(php_imagick_object *intern, struct php_imagick_file_t *file, ImagickOperationType type TSRMLS_DC) in php_imagick_read_image_using_imagemagick() argument
201 …s(php_imagick_object *intern, struct php_imagick_file_t *file, ImagickOperationType type TSRMLS_DC) in php_imagick_read_image_using_php_streams() argument
255 int php_imagick_safe_mode_check(const char *filename TSRMLS_DC) in php_imagick_safe_mode_check() argument
269 …e(php_imagick_object *intern, struct php_imagick_file_t *file, ImagickOperationType type TSRMLS_DC) in php_imagick_read_file() argument
288 …ct *intern, struct php_imagick_file_t *file, ImagickOperationType type, zend_bool adjoin TSRMLS_DC) in php_imagick_write_file() argument
313 …stream_handler(php_imagick_object *intern, php_stream *stream, ImagickOperationType type TSRMLS_DC) in php_imagick_stream_handler() argument
H A Dimagick_helpers.c50 void php_imagick_cleanup_progress_callback(php_imagick_callback* progress_callback TSRMLS_DC) { in php_imagick_cleanup_progress_callback() argument
257 zend_bool php_imagick_validate_map(const char *map TSRMLS_DC) in php_imagick_validate_map() argument
283 double *php_imagick_zval_to_double_array(zval *param_array, im_long *num_elements TSRMLS_DC) in php_imagick_zval_to_double_array() argument
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() argument
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() argument
437 zend_bool php_imagick_check_font(char *font, int font_len TSRMLS_DC) in php_imagick_check_font() argument
459 php_imagick_rw_result_t php_imagick_file_access_check (const char *filename TSRMLS_DC) in php_imagick_file_access_check() argument
482 void s_rw_fail_to_exception (php_imagick_rw_result_t rc, const char *filename TSRMLS_DC) in s_rw_fail_to_exception() argument
535 PointInfo *php_imagick_zval_to_pointinfo_array(zval *coordinate_array, int *num_elements TSRMLS_DC) in php_imagick_zval_to_pointinfo_array() argument
670 void php_imagick_throw_exception (php_imagick_class_type_t type, const char *description TSRMLS_DC) in php_imagick_throw_exception() argument
[all …]
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() argument
429 …_pixelwands_to_zval (PixelWand **wand_array, unsigned long num_wands, zval *return_value TSRMLS_DC) in s_pixelwands_to_zval() argument
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() argument
85 HashTable* php_imagickkernel_get_debug_info(zval *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() argument
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) argument
8568 void s_add_named_strings (zval *array, const char *haystack TSRMLS_DC) argument

Completed in 54 milliseconds