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