net/http.http2stream.id (field)

22 uses

	net/http (current package)
		h2_bundle.go#L4143: 	id        uint32
		h2_bundle.go#L4572: 	*writeArg = http2writeData{stream.id, data, endStream}
		h2_bundle.go#L4782: 			sc.resetStream(http2streamError(st.id, http2ErrCodeNo))
		h2_bundle.go#L5091: 	delete(sc.streams, st.id)
		h2_bundle.go#L5109: 	sc.writeSched.CloseStream(st.id)
		h2_bundle.go#L5306: 	return st.id%2 == 0
		h2_bundle.go#L5339: 	st.sc.writeFrameFromHandler(http2FrameWriteRequest{write: http2streamError(st.id, http2ErrCodeInternal)})
		h2_bundle.go#L5420: 		sc.writeSched.AdjustStream(st.id, f.Priority)
		h2_bundle.go#L5465: 		return http2streamError(st.id, http2ErrCodeProtocol)
		h2_bundle.go#L5469: 		return http2streamError(st.id, http2ErrCodeProtocol)
		h2_bundle.go#L5478: 				return http2streamError(st.id, http2ErrCodeProtocol)
		h2_bundle.go#L5518: 		id:        id,
		h2_bundle.go#L5533: 	sc.writeSched.OpenStream(st.id, http2OpenStreamOptions{PusherID: pusherID})
		h2_bundle.go#L5661: 			return nil, nil, http2streamError(st.id, http2ErrCodeProtocol)
		h2_bundle.go#L5709: 				write:  http2handlerPanicRST{rw.rws.stream.id},
		h2_bundle.go#L5773: 		write:  http2write100ContinueHeadersFrame{st.id},
		h2_bundle.go#L5835: 		streamID = st.id
		h2_bundle.go#L6024: 			streamID:      rws.stream.id,
		h2_bundle.go#L6065: 			streamID:  rws.stream.id,
		h2_bundle.go#L6448: 		promised := sc.newStream(promisedID, msg.parent.id, http2stateHalfClosedRemote)
		h2_bundle.go#L6467: 			streamID:           msg.parent.id,
		h2_bundle.go#L9684: 	return wr.stream.id