Home
last modified time | relevance | path

Searched refs:remove_path (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
383 *remove_path = Z_STRVAL_PP(option); in php_zip_parse_options()
1663 char *remove_path = NULL; 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()
1699 remove_path[strlen(remove_path) - 1] == '\\')) { in php_zip_add_from_pattern()
1700 remove_path[strlen(remove_path) - 1] = '\0'; in php_zip_add_from_pattern()
1725 } else if (remove_path && strstr(Z_STRVAL_PP(zval_file), remove_path) != NULL) { in php_zip_add_from_pattern()

Completed in 16 milliseconds