Lines Matching defs:stream_id
177 fprintf(outfile, "<length=%zu, flags=0x%02x, stream_id=%d>\n", hd.length,
178 hd.flags, hd.stream_id);
278 frame->headers.pri_spec.stream_id, frame->headers.pri_spec.weight,
304 frame->priority.pri_spec.stream_id, frame->priority.pri_spec.weight,
377 priority_update->stream_id,
397 fprintf(outfile, " recv (stream_id=%d", frame->hd.stream_id);
442 int32_t stream_id, const uint8_t *data,
446 nghttp2_session_get_stream_effective_recv_data_length(session, stream_id);
450 " recv (stream_id=%d, length=%zu, srecv=%d, crecv=%d) DATA\n",
451 stream_id, len, srecv, crecv);