Searched refs:file_dirname_fullpath (Results 1 – 1 of 1) sorted by relevance
147 char *file_dirname_fullpath; in php_zip_extract_file() local184 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 13 milliseconds