Home
last modified time | relevance | path

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

/PHP-5.3/ext/zip/
H A Dphp_zip.c358 char **remove_path, int *remove_path_len, char **add_path, int *add_path_len TSRMLS_DC) /* {{{ */ in php_zip_parse_options() argument
392 *remove_path = Z_STRVAL_PP(option); in php_zip_parse_options()
1659 char *remove_path = NULL; in php_zip_add_from_pattern() local
1689 if (options && (php_zip_parse_options(options, &remove_all_path, &remove_path, &remove_path_len, in php_zip_add_from_pattern()
1694 if (remove_path && remove_path_len > 1 && (remove_path[strlen(remove_path) - 1] == '/' || in php_zip_add_from_pattern()
1695 remove_path[strlen(remove_path) - 1] == '\\')) { in php_zip_add_from_pattern()
1696 remove_path[strlen(remove_path) - 1] = '\0'; in php_zip_add_from_pattern()
1721 } else if (remove_path && strstr(Z_STRVAL_PP(zval_file), remove_path) != NULL) { in php_zip_add_from_pattern()

Completed in 11 milliseconds