Home
last modified time | relevance | path

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

/PHP-7.0/ext/zip/
H A Dphp_zip.c1047 zip_rsrc * zip_int = (zip_rsrc *) rsrc->ptr; in php_zip_free_dir() local
1049 if (zip_int) { in php_zip_free_dir()
1050 if (zip_int->za) { in php_zip_free_dir()
1051 if (zip_close(zip_int->za) != 0) { in php_zip_free_dir()
1054 zip_int->za = NULL; in php_zip_free_dir()

Completed in 11 milliseconds