Home
last modified time | relevance | path

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

/PHP-7.3/ext/zip/
H A Dphp_zip.c1077 zip_rsrc * zip_int = (zip_rsrc *) rsrc->ptr; in php_zip_free_dir() local
1079 if (zip_int) { in php_zip_free_dir()
1080 if (zip_int->za) { in php_zip_free_dir()
1081 if (zip_close(zip_int->za) != 0) { in php_zip_free_dir()
1084 zip_int->za = NULL; in php_zip_free_dir()

Completed in 13 milliseconds