Lines Matching defs:stats
119 struct ai_family_stats *stats;
198 ctx->stats = ¤t_tr->cf6;
200 curl_msprintf(ctx->id, "v6-%d", ctx->stats->creations);
201 ctx->stats->creations++;
206 ctx->stats = ¤t_tr->cf4;
208 curl_msprintf(ctx->id, "v4-%d", ctx->stats->creations);
209 ctx->stats->creations++;
213 if(ctx->stats->creations == 1)
214 ctx->stats->first_created = created_at;
215 ctx->stats->last_created = created_at;