Searched refs:namelist_len (Results 1 – 1 of 1) sorted by relevance
762 size_t namelist_len = ZSTR_LEN(namelist[i]); in php_zip_pcre() local764 if ((namelist_len == 1 && ZSTR_VAL(namelist[i])[0] == '.') || in php_zip_pcre()765 (namelist_len == 2 && ZSTR_VAL(namelist[i])[0] == '.' && ZSTR_VAL(namelist[i])[1] == '.')) { in php_zip_pcre()770 if ((path_len + namelist_len + 1) >= MAXPATHLEN) { in php_zip_pcre()772 MAXPATHLEN - 1, (path_len + namelist_len + 1)); in php_zip_pcre()
Completed in 11 milliseconds