Home
last modified time | relevance | path

Searched refs:http2priorityWriteScheduler (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go11137 ws := &http2priorityWriteScheduler{
11298 type http2priorityWriteScheduler struct { struct
11327 func (ws *http2priorityWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) { argument
11358 func (ws *http2priorityWriteScheduler) CloseStream(streamID uint32) { argument
11383 func (ws *http2priorityWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) { argument
11454 func (ws *http2priorityWriteScheduler) Push(wr http2FrameWriteRequest) { argument
11474 func (ws *http2priorityWriteScheduler) Pop() (wr http2FrameWriteRequest, ok bool) { argument
11501 func (ws *http2priorityWriteScheduler) addClosedOrIdleNode(list *[]*http2priorityNode, maxSize int,… argument
11515 func (ws *http2priorityWriteScheduler) removeNode(n *http2priorityNode) { argument