Home
last modified time | relevance | path

Searched refs:namelist_len (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/zip/
H A Dphp_zip.c679 int namelist_len = strlen(namelist[i]); in php_zip_pcre() local
682 if ((namelist_len == 1 && namelist[i][0] == '.') || in php_zip_pcre()
683 (namelist_len == 2 && namelist[i][0] == '.' && namelist[i][1] == '.')) { in php_zip_pcre()
688 if ((path_len + namelist_len + 1) >= MAXPATHLEN) { in php_zip_pcre()
690 MAXPATHLEN - 1, (path_len + namelist_len + 1)); in php_zip_pcre()

Completed in 20 milliseconds