net/http.http2priorityNode.parent (field)
9 uses
net/http (current package)
h2_bundle.go#L9951: parent *http2priorityNode
h2_bundle.go#L9960: if n.parent == parent {
h2_bundle.go#L9964: if parent := n.parent; parent != nil {
h2_bundle.go#L9977: n.parent = parent
h2_bundle.go#L9993: for ; n != nil; n = n.parent {
h2_bundle.go#L10208: for x := parent.parent; x != nil; x = x.parent {
h2_bundle.go#L10210: parent.setParent(n.parent)
h2_bundle.go#L10297: k.setParent(n.parent)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |