Home
last modified time | relevance | path

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

/PHP-8.2/ext/zip/
H A Dphp_zip.c1112 if (zr_rsrc) { in php_zip_free_entry()
1113 if (zr_rsrc->zf) { in php_zip_free_entry()
1115 zr_rsrc->zf = NULL; in php_zip_free_entry()
1117 efree(zr_rsrc); in php_zip_free_entry()
1217 zip_read_rsrc *zr_rsrc; in PHP_FUNCTION() local
1239 efree(zr_rsrc); in PHP_FUNCTION()
1244 if (zr_rsrc->zf) { in PHP_FUNCTION()
1248 efree(zr_rsrc); in PHP_FUNCTION()
1266 zip_read_rsrc * zr_rsrc; in PHP_FUNCTION() local
1329 if (zr_rsrc->zf) { in PHP_FUNCTION()
[all …]

Completed in 16 milliseconds