Searched refs:namelist_len (Results 1 – 1 of 1) sorted by relevance
758 size_t namelist_len = ZSTR_LEN(namelist[i]); in php_zip_pcre() local760 if ((namelist_len == 1 && ZSTR_VAL(namelist[i])[0] == '.') || in php_zip_pcre()761 (namelist_len == 2 && ZSTR_VAL(namelist[i])[0] == '.' && ZSTR_VAL(namelist[i])[1] == '.')) { in php_zip_pcre()766 if ((path_len + namelist_len + 1) >= MAXPATHLEN) { in php_zip_pcre()768 MAXPATHLEN - 1, (path_len + namelist_len + 1)); in php_zip_pcre()
Completed in 10 milliseconds