Lines Matching defs:stream_id

354   int64_t stream_id = SSL_get_stream_id(stream_ssl);
359 stream_id);
366 nstream->id = stream_id;
370 stream_id);
375 " stream", stream_id);
566 int64_t stream_id)
572 if(stream && stream->s.id == stream_id) {
575 else if(ctx->h3.s_ctrl.id == stream_id) {
578 else if(ctx->h3.s_qpack_enc.id == stream_id) {
581 else if(ctx->h3.s_qpack_dec.id == stream_id) {
587 if((sdata->conn == data->conn) && H3_STREAM_ID(sdata) == stream_id) {
624 static int cb_h3_stream_close(nghttp3_conn *conn, int64_t stream_id,
632 (void)stream_id;
716 static int cb_h3_deferred_consume(nghttp3_conn *conn, int64_t stream_id,
725 (void)stream_id;
732 static int cb_h3_recv_header(nghttp3_conn *conn, int64_t stream_id,
744 (void)stream_id;
763 CURL_TRC_CF(data, cf, "[%" PRId64 "] status: %s", stream_id, line);
772 stream_id, (int)h3name.len, h3name.base,
794 static int cb_h3_end_headers(nghttp3_conn *conn, int64_t stream_id,
802 (void)stream_id;
815 stream_id, stream->status_code);
823 static int cb_h3_stop_sending(nghttp3_conn *conn, int64_t stream_id,
836 CURL_TRC_CF(data, cf, "[%" PRId64 "] stop_sending", stream_id);
841 static int cb_h3_reset_stream(nghttp3_conn *conn, int64_t stream_id,
854 CURL_TRC_CF(data, cf, "[%" PRId64 "] reset -> %d", stream_id, rv);
863 cb_h3_read_req_body(nghttp3_conn *conn, int64_t stream_id,
875 (void)stream_id;
928 static int cb_h3_acked_stream_data(nghttp3_conn *conn, int64_t stream_id,
952 int rv = nghttp3_conn_resume_stream(conn, stream_id);
1360 int64_t stream_id;
1366 n = nghttp3_conn_writev_stream(ctx->h3.conn, &stream_id, &eos,
1374 if(stream_id < 0) {
1380 s = cf_osslq_get_qstream(cf, data, stream_id);
1383 stream_id);
1388 DEBUGASSERT(s->id == stream_id);