Home
last modified time | relevance | path

Searched refs:remove_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() argument
382 *remove_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
1693 if (options && (php_zip_parse_options(options, &remove_all_path, &remove_path, &remove_path_len, in php_zip_add_from_pattern()
1698 if (remove_path && remove_path_len > 1 && (remove_path[strlen(remove_path) - 1] == '/' || in php_zip_add_from_pattern()
1726 file_stripped = Z_STRVAL_PP(zval_file) + remove_path_len + 1; in php_zip_add_from_pattern()
1727 file_stripped_len = Z_STRLEN_PP(zval_file) - remove_path_len - 1; in php_zip_add_from_pattern()

Completed in 13 milliseconds