Lines Matching defs:enabled
58 bool enabled;
75 return b->enabled && b->cf && !b->result;
210 if(!ctx->h21_baller.enabled || cf_hc_baller_has_started(&ctx->h21_baller))
213 if(!ctx->h3_baller.enabled || !cf_hc_baller_is_active(&ctx->h3_baller))
260 if(ctx->h3_baller.enabled) {
262 if(ctx->h21_baller.enabled)
265 else if(ctx->h21_baller.enabled)
294 if((!ctx->h3_baller.enabled || ctx->h3_baller.result) &&
295 (!ctx->h21_baller.enabled || ctx->h21_baller.result)) {
298 result = ctx->result = ctx->h3_baller.enabled?
369 cfb = ctx->h21_baller.enabled? ctx->h21_baller.cf : NULL;
375 cfb = ctx->h3_baller.enabled? ctx->h3_baller.cf : NULL;
464 ctx->h3_baller.enabled = try_h3;
465 ctx->h21_baller.enabled = try_h21;