Home
last modified time | relevance | path

Searched defs:stream_ctx (Results 1 – 4 of 4) sorted by relevance

/third_party/curl/lib/vquic/
Dcurl_msh3.c138 struct stream_ctx { struct
156 #define H3_STREAM_CTX(d) ((struct stream_ctx *)(((d) && (d)->req.p.http)? \ argument
Dcurl_quiche.c140 struct stream_ctx { struct
154 #define H3_STREAM_CTX(d) ((struct stream_ctx *)(((d) && (d)->req.p.http)? \ argument
/third_party/curl/lib/
Dhttp2.c174 struct stream_ctx { struct
176 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
/third_party/ffmpeg/doc/examples/
Dtranscoding.c57 static StreamContext *stream_ctx; variable