Home
last modified time | relevance | path

Searched refs:file_dirname_fullpath (Results 1 – 1 of 1) sorted by last modified time

/PHP-5.5/ext/zip/
H A Dphp_zip.c147 char *file_dirname_fullpath; in php_zip_extract_file() local
184 len = spprintf(&file_dirname_fullpath, 0, "%s", dest); in php_zip_extract_file()
191 if (ZIP_OPENBASEDIR_CHECKPATH(file_dirname_fullpath)) { in php_zip_extract_file()
192 efree(file_dirname_fullpath); in php_zip_extract_file()
204 e = file_dirname_fullpath; in php_zip_extract_file()
215 efree(file_dirname_fullpath); in php_zip_extract_file()
226 efree(file_dirname_fullpath); in php_zip_extract_file()
233 efree(file_dirname_fullpath); in php_zip_extract_file()
239 efree(file_dirname_fullpath); in php_zip_extract_file()
251 efree(file_dirname_fullpath); in php_zip_extract_file()
[all …]

Completed in 16 milliseconds