Home
last modified time | relevance | path

Searched refs:index_current (Results 1 – 2 of 2) sorted by path

/PHP-7.1/ext/zip/
H A Dphp_zip.c1148 rsrc_int->index_current = 0; in PHP_NAMED_FUNCTION()
1193 if (rsrc_int->index_current >= rsrc_int->num_files) { in PHP_NAMED_FUNCTION()
1199 ret = zip_stat_index(rsrc_int->za, rsrc_int->index_current, 0, &zr_rsrc->sb); in PHP_NAMED_FUNCTION()
1206 zr_rsrc->zf = zip_fopen_index(rsrc_int->za, rsrc_int->index_current, 0); in PHP_NAMED_FUNCTION()
1208 rsrc_int->index_current++; in PHP_NAMED_FUNCTION()
H A Dphp_zip.h46 int index_current; member

Completed in 34 milliseconds