Home
last modified time | relevance | path

Searched defs:dynamicTable (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/http2/hpack/
Dhpack.go160 type dynamicTable struct { struct
162 table headerFieldTable
163 size uint32 // in bytes
164 maxSize uint32 // current maxSize
165 allowedMaxSize uint32 // maxSize may go up to this, inclusive
168 func (dt *dynamicTable) setMaxSize(v uint32) {
173 func (dt *dynamicTable) add(f HeaderField) {
180 func (dt *dynamicTable) evict() {