remove_path 313 ext/zip/php_zip.c static int php_zip_parse_options(zval *options, zend_long *remove_all_path, char **remove_path, size_t *remove_path_len, char **add_path, size_t *add_path_len) /* {{{ */ remove_path 338 ext/zip/php_zip.c *remove_path = Z_STRVAL_P(option); remove_path 1615 ext/zip/php_zip.c char *remove_path = NULL; remove_path 1646 ext/zip/php_zip.c if (options && (php_zip_parse_options(options, &remove_all_path, &remove_path, &remove_path_len, remove_path 1651 ext/zip/php_zip.c if (remove_path && remove_path_len > 1) { remove_path 1652 ext/zip/php_zip.c size_t real_len = strlen(remove_path); remove_path 1653 ext/zip/php_zip.c if ((real_len > 1) && ((remove_path[real_len - 1] == '/') || (remove_path[real_len - 1] == '\\'))) { remove_path 1654 ext/zip/php_zip.c remove_path[real_len - 1] = '\0'; remove_path 1679 ext/zip/php_zip.c } else if (remove_path && strstr(Z_STRVAL_P(zval_file), remove_path) != NULL) {