Home
last modified time | relevance | path

Searched refs:file_dirname_fullpath (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/zip/
H A Dphp_zip.c133 char *file_dirname_fullpath; in php_zip_extract_file() local
164 len = spprintf(&file_dirname_fullpath, 0, "%s/%s", dest, path_cleaned); in php_zip_extract_file()
171 len = spprintf(&file_dirname_fullpath, 0, "%s", dest); in php_zip_extract_file()
178 if (ZIP_OPENBASEDIR_CHECKPATH(file_dirname_fullpath)) { in php_zip_extract_file()
179 efree(file_dirname_fullpath); in php_zip_extract_file()
190 efree(file_dirname_fullpath); in php_zip_extract_file()
201 efree(file_dirname_fullpath); in php_zip_extract_file()
208 efree(file_dirname_fullpath); in php_zip_extract_file()
214 efree(file_dirname_fullpath); in php_zip_extract_file()
226 efree(file_dirname_fullpath); in php_zip_extract_file()
[all …]

Completed in 10 milliseconds