Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/http2/hpack/
Dhpack.go36 type HeaderField struct { struct
37 Name, Value string
41 Sensitive bool
48 func (hf HeaderField) IsPseudo() bool {
52 func (hf HeaderField) String() string {
61 func (hf HeaderField) Size() uint32 {
102 func NewDecoder(maxDynamicTableSize uint32, emitFunc func(f HeaderField)) *Decoder {
Dencode.go160 func appendNewName(dst []byte, f HeaderField, indexing bool) []byte {
173 func appendIndexedName(dst []byte, f HeaderField, i uint64, indexing bool) []byte {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dntddndis.h3132 } HeaderField; member