Home
last modified time | relevance | path

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

/PHP-8.1/ext/zip/
H A Dphp_zip.c328 size_t remove_path_len; member
412 opts->remove_path_len = Z_STRLEN_P(option); in php_zip_parse_options()
1750 …e if (opts.remove_path && !memcmp(Z_STRVAL_P(zval_file), opts.remove_path, opts.remove_path_len)) {
1751 if (IS_SLASH(Z_STRVAL_P(zval_file)[opts.remove_path_len])) {
1752 file_stripped = Z_STRVAL_P(zval_file) + opts.remove_path_len + 1;
1753 file_stripped_len = Z_STRLEN_P(zval_file) - opts.remove_path_len - 1;
1755 file_stripped = Z_STRVAL_P(zval_file) + opts.remove_path_len;
1756 file_stripped_len = Z_STRLEN_P(zval_file) - opts.remove_path_len;

Completed in 24 milliseconds