Lines Matching defs:h21_baller
104 struct cf_hc_baller h21_baller;
147 cf_hc_baller_reset(&ctx->h21_baller, data);
165 if(winner != &ctx->h21_baller)
166 cf_hc_baller_reset(&ctx->h21_baller, data);
210 if(!ctx->h21_baller.enabled || cf_hc_baller_has_started(&ctx->h21_baller))
256 DEBUGASSERT(!ctx->h21_baller.cf);
262 if(ctx->h21_baller.enabled)
265 else if(ctx->h21_baller.enabled)
266 cf_hc_baller_init(&ctx->h21_baller, cf, data, "h21",
281 cf_hc_baller_init(&ctx->h21_baller, cf, data, "h21",
285 if(cf_hc_baller_is_active(&ctx->h21_baller)) {
287 result = cf_hc_baller_connect(&ctx->h21_baller, cf, data, done);
289 result = baller_connected(cf, data, &ctx->h21_baller);
295 (!ctx->h21_baller.enabled || ctx->h21_baller.result)) {
299 ctx->h3_baller.result : ctx->h21_baller.result;
335 ballers[1] = &ctx->h21_baller;
356 || cf_hc_baller_data_pending(&ctx->h21_baller, data);
369 cfb = ctx->h21_baller.enabled? ctx->h21_baller.cf : NULL;
465 ctx->h21_baller.enabled = try_h21;