remove_path 359 ext/zip/php_zip.c char **remove_path, int *remove_path_len, char **add_path, int *add_path_len TSRMLS_DC) /* {{{ */ remove_path 393 ext/zip/php_zip.c *remove_path = Z_STRVAL_PP(option); remove_path 1727 ext/zip/php_zip.c char *remove_path = NULL; remove_path 1757 ext/zip/php_zip.c if (options && (php_zip_parse_options(options, &remove_all_path, &remove_path, &remove_path_len, remove_path 1762 ext/zip/php_zip.c if (remove_path && remove_path_len > 1 && (remove_path[strlen(remove_path) - 1] == '/' || remove_path 1763 ext/zip/php_zip.c remove_path[strlen(remove_path) - 1] == '\\')) { remove_path 1764 ext/zip/php_zip.c remove_path[strlen(remove_path) - 1] = '\0'; remove_path 1788 ext/zip/php_zip.c } else if (remove_path && strstr(Z_STRVAL_PP(zval_file), remove_path) != NULL) {