Searched defs:stream_ctx (Results 1 – 4 of 4) sorted by relevance
138 struct stream_ctx { struct156 #define H3_STREAM_CTX(d) ((struct stream_ctx *)(((d) && (d)->req.p.http)? \ argument
140 struct stream_ctx { struct154 #define H3_STREAM_CTX(d) ((struct stream_ctx *)(((d) && (d)->req.p.http)? \ argument
174 struct stream_ctx { struct176 int32_t id; /* HTTP/2 protocol identifier for stream */177 struct bufq recvbuf; /* response buffer */201 #define H2_STREAM_CTX(d) ((struct stream_ctx *)(((d) && (d)->req.p.http)? \ argument
57 static StreamContext *stream_ctx; variable