Lines Matching refs:file_dirname_fullpath
147 char *file_dirname_fullpath; in php_zip_extract_file() local
177 len = spprintf(&file_dirname_fullpath, 0, "%s/%s", dest, path_cleaned); in php_zip_extract_file()
184 len = spprintf(&file_dirname_fullpath, 0, "%s", dest); in php_zip_extract_file()
186 len = spprintf(&file_dirname_fullpath, 0, "%s/%s", dest, file_dirname); 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()
200 if (php_stream_stat_path_ex(file_dirname_fullpath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) { in php_zip_extract_file()
204 e = file_dirname_fullpath; in php_zip_extract_file()
213 …ret = php_stream_mkdir(file_dirname_fullpath, 0777, PHP_STREAM_MKDIR_RECURSIVE|REPORT_ERRORS, NUL… 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()
231 len = spprintf(&fullpath, 0, "%s/%s", file_dirname_fullpath, file_basename); 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()
287 efree(file_dirname_fullpath); in php_zip_extract_file()