Searched refs:absolute_path (Results 1 – 2 of 2) sorted by relevance
119 file->absolute_path = estrdup(""); in php_imagick_file_init()125 file->absolute_path = estrdup(""); in php_imagick_file_init()142 file->absolute_path = expand_filepath(buffer, NULL TSRMLS_CC); in php_imagick_file_init()145 if (!file->absolute_path) { in php_imagick_file_init()146 file->absolute_path = estrdup(""); in php_imagick_file_init()153 if (file->absolute_path) { in php_imagick_file_deinit()154 efree(file->absolute_path); in php_imagick_file_deinit()155 file->absolute_path = NULL; in php_imagick_file_deinit()195 MagickSetImageFilename(intern->magick_wand, file->absolute_path); in php_imagick_read_image_using_imagemagick()244 MagickSetImageFilename(intern->magick_wand, file->absolute_path); in php_imagick_read_image_using_php_streams()[all …]
38 char *absolute_path; member
Completed in 4 milliseconds