Home
last modified time | relevance | path

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

/PHP-8.3/ext/zip/
H A Dphp_zip.c1127 if (zr_rsrc) { in php_zip_free_entry()
1128 if (zr_rsrc->zf) { in php_zip_free_entry()
1130 zr_rsrc->zf = NULL; in php_zip_free_entry()
1132 efree(zr_rsrc); in php_zip_free_entry()
1232 zip_read_rsrc *zr_rsrc; in PHP_FUNCTION() local
1254 efree(zr_rsrc); in PHP_FUNCTION()
1259 if (zr_rsrc->zf) { in PHP_FUNCTION()
1263 efree(zr_rsrc); in PHP_FUNCTION()
1281 zip_read_rsrc * zr_rsrc; in PHP_FUNCTION() local
1344 if (zr_rsrc->zf) { in PHP_FUNCTION()
[all …]

Completed in 14 milliseconds