Home
last modified time | relevance | path

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

/php-src/ext/zip/
H A Dphp_zip.c774 size_t namelist_len = ZSTR_LEN(namelist[i]); in php_zip_pcre() local
776 if ((namelist_len == 1 && ZSTR_VAL(namelist[i])[0] == '.') || in php_zip_pcre()
777 (namelist_len == 2 && ZSTR_VAL(namelist[i])[0] == '.' && ZSTR_VAL(namelist[i])[1] == '.')) { in php_zip_pcre()
782 if ((path_len + namelist_len + 1) >= MAXPATHLEN) { in php_zip_pcre()
784 MAXPATHLEN - 1, (path_len + namelist_len + 1)); in php_zip_pcre()

Completed in 14 milliseconds