Searched defs:h2_stream_ctx (Results 1 – 1 of 1) sorted by relevance
200 struct h2_stream_ctx { struct201 struct bufq sendbuf; /* request buffer */225 #define H2_STREAM_CTX(ctx,data) ((struct h2_stream_ctx *)(\ argument