Searched refs:php_zip_extract_file (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/zip/ |
| H A D | php_zip.c | 137 /* {{{ php_zip_extract_file */ 138 static int php_zip_extract_file(struct zip * za, char *dest, char *file, int file_len TSRMLS_DC) function 2460 if (!php_zip_extract_file(intern, pathto, Z_STRVAL_P(zval_files), Z_STRLEN_P(zval_files) TSRMLS_CC)) { 2475 if (!php_zip_extract_file(intern, pathto, Z_STRVAL_PP(zval_file), Z_STRLEN_PP(zval_file) TSRMLS_CC)) { 2499 if (!php_zip_extract_file(intern, pathto, file, strlen(file) TSRMLS_CC)) {
|
Completed in 6 milliseconds