entry_name_buf   1671 ext/zip/php_zip.c 			char entry_name_buf[MAXPATHLEN];
entry_name_buf   1695 ext/zip/php_zip.c 					snprintf(entry_name_buf, MAXPATHLEN, "%s%s", add_path, file_stripped);
entry_name_buf   1696 ext/zip/php_zip.c 					entry_name = entry_name_buf;