else
ret = stats_dump_fields_csv(&trash_chunk, stats, stats_count, ctx);
- if (ret)
- ctx->flags |= STAT_STARTED;
-
return ret;
}
if (stats_dump_fe_stats(sc, px)) {
if (!stats_putchk(rep, htx))
goto full;
+ ctx->flags |= STAT_STARTED;
if (ctx->field)
goto more;
}
if (stats_dump_li_stats(sc, px, l)) {
if (!stats_putchk(rep, htx))
goto full;
+ ctx->flags |= STAT_STARTED;
if (ctx->field)
goto more;
}
if (stats_dump_sv_stats(sc, px, sv)) {
if (!stats_putchk(rep, htx))
goto full;
+ ctx->flags |= STAT_STARTED;
if (ctx->field)
goto more;
}
if (stats_dump_be_stats(sc, px)) {
if (!stats_putchk(rep, htx))
goto full;
+ ctx->flags |= STAT_STARTED;
if (ctx->field)
goto more;
}