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