Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/
H A Dphp_zip.c349 char **remove_path, int *remove_path_len, char **add_path, int *add_path_len TSRMLS_DC) /* {{{ */ in php_zip_parse_options()
402 *add_path_len = Z_STRLEN_PP(option); in php_zip_parse_options()
1665 int pattern_len, add_path_len = 0, remove_path_len = 0, path_len = 0; in php_zip_add_from_pattern() local
1694 &add_path, &add_path_len TSRMLS_CC) < 0)) { in php_zip_add_from_pattern()
1734 if ((add_path_len + file_stripped_len) > MAXPATHLEN) { in php_zip_add_from_pattern()
1736 MAXPATHLEN - 1, (add_path_len + file_stripped_len)); in php_zip_add_from_pattern()

Completed in 15 milliseconds