rsrc_int 1245 ext/zip/php_zip.c zip_rsrc *rsrc_int; rsrc_int 1265 ext/zip/php_zip.c rsrc_int = (zip_rsrc *)emalloc(sizeof(zip_rsrc)); rsrc_int 1267 ext/zip/php_zip.c rsrc_int->za = zip_open(resolved_path, 0, &err); rsrc_int 1268 ext/zip/php_zip.c if (rsrc_int->za == NULL) { rsrc_int 1269 ext/zip/php_zip.c efree(rsrc_int); rsrc_int 1273 ext/zip/php_zip.c rsrc_int->index_current = 0; rsrc_int 1274 ext/zip/php_zip.c rsrc_int->num_files = zip_get_num_files(rsrc_int->za); rsrc_int 1276 ext/zip/php_zip.c ZEND_REGISTER_RESOURCE(return_value, rsrc_int, le_zip_dir); rsrc_int 1304 ext/zip/php_zip.c zip_rsrc *rsrc_int; rsrc_int 1309 ext/zip/php_zip.c ZEND_FETCH_RESOURCE(rsrc_int, zip_rsrc *, &zip_dp, -1, le_zip_dir_name, le_zip_dir); rsrc_int 1311 ext/zip/php_zip.c if (rsrc_int && rsrc_int->za) { rsrc_int 1312 ext/zip/php_zip.c if (rsrc_int->index_current >= rsrc_int->num_files) { rsrc_int 1318 ext/zip/php_zip.c ret = zip_stat_index(rsrc_int->za, rsrc_int->index_current, 0, &zr_rsrc->sb); rsrc_int 1325 ext/zip/php_zip.c zr_rsrc->zf = zip_fopen_index(rsrc_int->za, rsrc_int->index_current, 0); rsrc_int 1327 ext/zip/php_zip.c rsrc_int->index_current++;