Lines Matching refs:file_dirname_fullpath
133 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()
173 len = spprintf(&file_dirname_fullpath, 0, "%s/%s", dest, file_dirname); 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()
187 if (php_stream_stat_path_ex(file_dirname_fullpath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) { in php_zip_extract_file()
188 …ret = php_stream_mkdir(file_dirname_fullpath, 0777, PHP_STREAM_MKDIR_RECURSIVE|REPORT_ERRORS, NUL… 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()
206 len = spprintf(&fullpath, 0, "%s/%s", file_dirname_fullpath, ZSTR_VAL(file_basename)); 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()
265 efree(file_dirname_fullpath); in php_zip_extract_file()