Home
last modified time | relevance | path

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

/PHP-8.1/ext/zip/
H A Dphp_zip.c1116 if (zr_rsrc) { in php_zip_free_entry()
1117 if (zr_rsrc->zf) { in php_zip_free_entry()
1119 zr_rsrc->zf = NULL; in php_zip_free_entry()
1121 efree(zr_rsrc); in php_zip_free_entry()
1221 zip_read_rsrc *zr_rsrc; in PHP_FUNCTION() local
1243 efree(zr_rsrc); in PHP_FUNCTION()
1248 if (zr_rsrc->zf) { in PHP_FUNCTION()
1252 efree(zr_rsrc); in PHP_FUNCTION()
1270 zip_read_rsrc * zr_rsrc; in PHP_FUNCTION() local
1333 if (zr_rsrc->zf) { in PHP_FUNCTION()
[all …]

Completed in 17 milliseconds