file_dirname_fullpath  172 ext/zip/php_zip.c 	char *file_dirname_fullpath;
file_dirname_fullpath  202 ext/zip/php_zip.c 		len = spprintf(&file_dirname_fullpath, 0, "%s/%s", dest, path_cleaned);
file_dirname_fullpath  209 ext/zip/php_zip.c 			len = spprintf(&file_dirname_fullpath, 0, "%s", dest);
file_dirname_fullpath  211 ext/zip/php_zip.c 			len = spprintf(&file_dirname_fullpath, 0, "%s/%s", dest, file_dirname);
file_dirname_fullpath  216 ext/zip/php_zip.c 		if (ZIP_OPENBASEDIR_CHECKPATH(file_dirname_fullpath)) {
file_dirname_fullpath  217 ext/zip/php_zip.c 			efree(file_dirname_fullpath);
file_dirname_fullpath  225 ext/zip/php_zip.c 	if (php_stream_stat_path_ex(file_dirname_fullpath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) {
file_dirname_fullpath  229 ext/zip/php_zip.c 		e = file_dirname_fullpath;
file_dirname_fullpath  238 ext/zip/php_zip.c 		ret = php_stream_mkdir(file_dirname_fullpath, 0777,  PHP_STREAM_MKDIR_RECURSIVE|REPORT_ERRORS, NULL);
file_dirname_fullpath  240 ext/zip/php_zip.c 			efree(file_dirname_fullpath);
file_dirname_fullpath  251 ext/zip/php_zip.c 		efree(file_dirname_fullpath);
file_dirname_fullpath  256 ext/zip/php_zip.c 	len = spprintf(&fullpath, 0, "%s/%s", file_dirname_fullpath, file_basename);
file_dirname_fullpath  258 ext/zip/php_zip.c 		efree(file_dirname_fullpath);
file_dirname_fullpath  264 ext/zip/php_zip.c 		efree(file_dirname_fullpath);
file_dirname_fullpath  276 ext/zip/php_zip.c 		efree(file_dirname_fullpath);
file_dirname_fullpath  312 ext/zip/php_zip.c 	efree(file_dirname_fullpath);