Home
last modified time | relevance | path

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

/PHP-8.3/ext/zip/
H A Dphp_zip.c134 char *file_dirname_fullpath; in php_zip_extract_file() local
171 len = spprintf(&file_dirname_fullpath, 0, "%s/%s", dest, path_cleaned); in php_zip_extract_file()
178 len = spprintf(&file_dirname_fullpath, 0, "%s", dest); in php_zip_extract_file()
185 if (ZIP_OPENBASEDIR_CHECKPATH(file_dirname_fullpath)) { in php_zip_extract_file()
186 efree(file_dirname_fullpath); in php_zip_extract_file()
197 efree(file_dirname_fullpath); in php_zip_extract_file()
208 efree(file_dirname_fullpath); in php_zip_extract_file()
215 efree(file_dirname_fullpath); in php_zip_extract_file()
221 efree(file_dirname_fullpath); in php_zip_extract_file()
233 efree(file_dirname_fullpath); in php_zip_extract_file()
[all …]

Completed in 11 milliseconds