entry_name_buf   1780 ext/zip/php_zip.c 			char entry_name_buf[MAXPATHLEN];
entry_name_buf   1804 ext/zip/php_zip.c 					snprintf(entry_name_buf, MAXPATHLEN, "%s%s", add_path, file_stripped);
entry_name_buf   1805 ext/zip/php_zip.c 					entry_name = entry_name_buf;