Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/
H A Dphp_zip.c1146 zip_rsrc * zip_int = (zip_rsrc *) rsrc->ptr; in php_zip_free_dir() local
1148 if (zip_int) { in php_zip_free_dir()
1149 if (zip_int->za) { in php_zip_free_dir()
1150 if (zip_close(zip_int->za) != 0) { in php_zip_free_dir()
1151 _zip_free(zip_int->za); in php_zip_free_dir()
1153 zip_int->za = NULL; in php_zip_free_dir()

Completed in 44 milliseconds