Searched refs:remove_path_len (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/zip/ |
| H A D | php_zip.c | 358 char **remove_path, int *remove_path_len, char **add_path, int *add_path_len TSRMLS_DC) /* {{{ */ 391 *remove_path_len = Z_STRLEN_PP(option); 1661 int pattern_len, add_path_len, remove_path_len, path_len = 0; local 1689 if (options && (php_zip_parse_options(options, &remove_all_path, &remove_path, &remove_path_len, 1694 if (remove_path && remove_path_len > 1 && (remove_path[strlen(remove_path) - 1] == '/' || 1722 file_stripped = Z_STRVAL_PP(zval_file) + remove_path_len + 1; 1723 file_stripped_len = Z_STRLEN_PP(zval_file) - remove_path_len - 1; 357 php_zip_parse_options(zval *options, long *remove_all_path, char **remove_path, int *remove_path_len, char **add_path, int *add_path_len TSRMLS_DC) argument
|
Completed in 5 milliseconds