Searched refs:magick_path (Results 1 – 1 of 1) sorted by relevance
93 …char magick_path[MaxTextExtent], head_path[MaxTextExtent], tail_path[MaxTextExtent], buffer[MaxTex… in php_imagick_file_init() local111 memset(magick_path, 0, MaxTextExtent); in php_imagick_file_init()112 GetPathComponent(file->filename, MagickPath, magick_path); in php_imagick_file_init()115 if (strlen(magick_path) > 0) { in php_imagick_file_init()117 if (php_imagick_is_virtual_format(magick_path)) { in php_imagick_file_init()
Completed in 3 milliseconds