Home
last modified time | relevance | path

Searched refs:H3_STREAM_ID (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/lib/vquic/
H A Dcurl_ngtcp2.c167 #define H3_STREAM_ID(d) (H3_STREAM_CTX(d)? \ macro
236 if(H3_STREAM_ID(data) == stream_id) { in get_stream_easy()
242 if((sdata->conn == data->conn) && H3_STREAM_ID(sdata) == stream_id) { in get_stream_easy()
H A Dcurl_quiche.c158 #define H3_STREAM_ID(d) (H3_STREAM_CTX(d)? \ macro
249 if(H3_STREAM_ID(data) == stream3_id) { in get_stream_easy()
255 if((sdata->conn == data->conn) && H3_STREAM_ID(sdata) == stream3_id) { in get_stream_easy()
H A Dcurl_msh3.c160 #define H3_STREAM_ID(d) (H3_STREAM_CTX(d)? \ macro
H A Dcurl_osslq.c502 #define H3_STREAM_ID(d) (H3_STREAM_CTX(d)? \ macro
587 if((sdata->conn == data->conn) && H3_STREAM_ID(sdata) == stream_id) { in cf_osslq_get_qstream()

Completed in 11 milliseconds