Home
last modified time | relevance | path

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

/PHP-8.2/ext/zip/
H A Dphp_zip.c1090 zip_rsrc * zip_int = (zip_rsrc *) rsrc->ptr; in php_zip_free_dir() local
1092 if (zip_int) { in php_zip_free_dir()
1093 if (zip_int->za) { in php_zip_free_dir()
1094 if (zip_close(zip_int->za) != 0) { in php_zip_free_dir()
1097 zip_int->za = NULL; in php_zip_free_dir()

Completed in 10 milliseconds