Home
last modified time | relevance | path

Searched refs:add_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
403 *add_path = Z_STRVAL_PP(option); in php_zip_parse_options()
1664 char *add_path = NULL; in php_zip_add_from_pattern() local
1694 &add_path, &add_path_len TSRMLS_CC) < 0)) { in php_zip_add_from_pattern()
1733 if (add_path) { in php_zip_add_from_pattern()
1741 snprintf(entry_name_buf, MAXPATHLEN, "%s%s", add_path, file_stripped); in php_zip_add_from_pattern()

Completed in 16 milliseconds