Lines Matching defs:cb_ctx
292 struct cb_ctx {
301 struct cb_ctx *x = argp;
340 struct cb_ctx *x = reader_ctx;
367 struct cb_ctx cb_ctx;
380 cb_ctx.cf = cf;
381 cb_ctx.data = data;
383 stream_resp_read, &cb_ctx, &result);
427 struct cb_ctx cb_ctx;
437 cb_ctx.cf = cf;
438 cb_ctx.data = data;
439 rc = quiche_h3_event_for_each_header(ev, cb_each_header, &cb_ctx);