Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/h2/
Dhpack.c846 switch (h2n->hpack) { in lws_hpack_interpret()
868 h2n->hpack = HPKS_IDX_EXT; in lws_hpack_interpret()
902 h2n->hpack = HPKS_HLEN; in lws_hpack_interpret()
913 h2n->hpack = HPKS_IDX_EXT; in lws_hpack_interpret()
918 h2n->hpack = HPKS_HLEN; in lws_hpack_interpret()
936 h2n->hpack = HPKS_HLEN; in lws_hpack_interpret()
943 h2n->hpack = HPKS_HLEN; in lws_hpack_interpret()
961 h2n->hpack = HPKS_IDX_EXT; in lws_hpack_interpret()
966 h2n->hpack = HPKS_HLEN; in lws_hpack_interpret()
978 h2n->hpack = HPKS_IDX_EXT; in lws_hpack_interpret()
[all …]
Dprivate-lib-roles-h2.h261 enum http2_hpack_state hpack; member
Dhttp2.c1503 if (h2n->hpack != HPKS_TYPE) { in lws_h2_parse_end_of_frame()
1506 h2n->hpack, h2n->type, in lws_h2_parse_end_of_frame()
/third_party/nghttp2/integration-tests/
Dserver_tester.go37 func pair(name, value string) hpack.HeaderField {
38 return hpack.HeaderField{
57 enc *hpack.Encoder // HTTP/2 HPACK encoder
59 dec *hpack.Decoder // HTTP/2 HPACK decoder
256 st.enc = hpack.NewEncoder(&st.headerBlkBuf)
257 st.dec = hpack.NewDecoder(4096, func(f hpack.HeaderField) {
316 header []hpack.HeaderField // additional request header fields
318 trailer []hpack.HeaderField // trailer part
325 trailer []hpack.HeaderField
Dnghttpx_http2_test.go52 header: []hpack.HeaderField{
77 header: []hpack.HeaderField{
102 header: []hpack.HeaderField{
126 header: []hpack.HeaderField{
175 header: []hpack.HeaderField{
199 header: []hpack.HeaderField{
229 header: []hpack.HeaderField{
324 header: []hpack.HeaderField{
349 header: []hpack.HeaderField{
373 header: []hpack.HeaderField{
[all …]
Dnghttpx_http1_test.go44 header: []hpack.HeaderField{
373 trailer: []hpack.HeaderField{
437 header: []hpack.HeaderField{
767 header: []hpack.HeaderField{
813 header: []hpack.HeaderField{
838 header: []hpack.HeaderField{
932 header: []hpack.HeaderField{
/third_party/grpc/tools/fuzzer/options/
Dhpack_parser_fuzzer_test.options3 dict = hpack.dictionary
Dserver_fuzzer.options3 dict = hpack.dictionary
Dclient_fuzzer.options3 dict = hpack.dictionary
/third_party/nghttp2/doc/
Dtutorial-hpack.rst.in1 .. include:: @top_srcdir@/doc/sources/tutorial-hpack.rst
D.gitignore22 tutorial-hpack.rst
DMakefile.am199 sources/tutorial-hpack.rst \
DCMakeLists.txt180 sources/tutorial-hpack.rst
/third_party/nghttp2/doc/sources/
Dindex.rst25 tutorial-hpack
/third_party/nghttp2/
Dconfigure.ac80 AC_ARG_ENABLE([hpack-tools],
81 [AS_HELP_STRING([--enable-hpack-tools],
107 …nly. This is a short hand for --disable-app --disable-examples --disable-hpack-tools --disable-py…
502 AC_MSG_ERROR([HPACK tools were requested (--enable-hpack-tools) but dependencies are not met.])
846 doc/tutorial-hpack.rst
DCMakeLists.txt435 doc/tutorial-hpack.rst
DREADME.rst886 format described at https://github.com/http2jp/hpack-test-case.
/third_party/grpc/test/core/end2end/fuzzers/
Dhpack.dictionary1 # hpack fuzzing dictionary
/third_party/libwebsockets/
DBUILD.gn72 "//third_party/libwebsockets/lib/roles/h2/hpack.c",
235 "//third_party/libwebsockets/lib/roles/h2/hpack.c",
DCMakeLists.txt1505 lib/roles/h2/hpack.c
/third_party/libwebsockets/READMEs/
DREADME.unix-domain-reverse-proxy.md87 Headers are converted to all lower-case and hpack format for h2 return connections.