Lines Matching defs:cf_osslq_stream
212 struct cf_osslq_stream {
222 static CURLcode cf_osslq_stream_open(struct cf_osslq_stream *s,
239 static void cf_osslq_stream_cleanup(struct cf_osslq_stream *s)
249 static void cf_osslq_stream_close(struct cf_osslq_stream *s)
260 struct cf_osslq_stream s_ctrl;
261 struct cf_osslq_stream s_qpack_enc;
262 struct cf_osslq_stream s_qpack_dec;
263 struct cf_osslq_stream remote_ctrl[3]; /* uni streams opened by the peer */
365 struct cf_osslq_stream *nstream = &h3->remote_ctrl[h3->remote_ctrl_n++];
480 struct cf_osslq_stream s;
564 static struct cf_osslq_stream *cf_osslq_get_qstream(struct Curl_cfilter *cf,
1118 struct cf_osslq_stream *s;
1168 static CURLcode cf_osslq_stream_recv(struct cf_osslq_stream *s,
1357 struct cf_osslq_stream *s = NULL;