Home
last modified time | relevance | path

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

/PHP-7.0/ext/zip/
H A Dphp_zip.c313 …al *options, zend_long *remove_all_path, char **remove_path, size_t *remove_path_len, char **add_p… in php_zip_parse_options() argument
337 *remove_path_len = Z_STRLEN_P(option); in php_zip_parse_options()
1629 size_t add_path_len, remove_path_len = 0, path_len = 1; in php_zip_add_from_pattern() local
1658 if (options && (php_zip_parse_options(options, &remove_all_path, &remove_path, &remove_path_len, in php_zip_add_from_pattern()
1663 if (remove_path && remove_path_len > 1) { in php_zip_add_from_pattern()
1692 file_stripped = Z_STRVAL_P(zval_file) + remove_path_len + 1; in php_zip_add_from_pattern()
1693 file_stripped_len = Z_STRLEN_P(zval_file) - remove_path_len - 1; in php_zip_add_from_pattern()

Completed in 10 milliseconds