Lines Matching refs:absolute_path
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()
182 if (php_sys_stat(file->absolute_path, &st) == 0 && S_ISDIR(st.st_mode)) { in php_imagick_read_image_using_imagemagick()
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()
274 rc = php_imagick_safe_mode_check(file->absolute_path TSRMLS_CC); in php_imagick_read_file()
294 rc = php_imagick_safe_mode_check(file->absolute_path TSRMLS_CC); in php_imagick_write_file()