Home
last modified time | relevance | path

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

/PHP-8.2/ext/zip/
H A Dphp_zip.c329 size_t remove_path_len; member
413 opts->remove_path_len = Z_STRLEN_P(option); in php_zip_parse_options()
1766 …e if (opts.remove_path && !memcmp(Z_STRVAL_P(zval_file), opts.remove_path, opts.remove_path_len)) {
1767 if (IS_SLASH(Z_STRVAL_P(zval_file)[opts.remove_path_len])) {
1768 file_stripped = Z_STRVAL_P(zval_file) + opts.remove_path_len + 1;
1769 file_stripped_len = Z_STRLEN_P(zval_file) - opts.remove_path_len - 1;
1771 file_stripped = Z_STRVAL_P(zval_file) + opts.remove_path_len;
1772 file_stripped_len = Z_STRLEN_P(zval_file) - opts.remove_path_len;

Completed in 11 milliseconds