Searched refs:head_path (Results 1 – 1 of 1) sorted by relevance
/imagick/ |
H A D | imagick_file.c | 93 …char magick_path[MaxTextExtent], head_path[MaxTextExtent], tail_path[MaxTextExtent], buffer[MaxTex… in php_imagick_file_init() local 133 memset(head_path, 0, MaxTextExtent); in php_imagick_file_init() 136 GetPathComponent(file->filename, HeadPath, head_path); in php_imagick_file_init() 139 (void) snprintf(buffer, MaxTextExtent, "%s/%s", head_path, tail_path); in php_imagick_file_init()
|
Completed in 4 milliseconds