Home
last modified time | relevance | path

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

/external/okhttp/okhttp-hpacktests/
DREADME.md4 These tests use the [hpack-test-case][1] project to validate OkHttp's HPACK
15 * Make hpack-test-case update itself from git, and run new tests.
16 * Add maven goal to generate stories and a pull request to hpack-test-case
19 [1]: https://github.com/http2jp/hpack-test-case
/external/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.c1491 if (h2n->hpack != HPKS_TYPE) { in lws_h2_parse_end_of_frame()
1494 h2n->hpack, h2n->type, in lws_h2_parse_end_of_frame()
/external/scapy/scapy/contrib/
Dhttp2.uts2 # Frames expressed as binary str were generated using the solicit and hpack-rs
3 # Rust crates (https://github.com/mlalic/solicit, https://github.com/mlalic/hpack-rs)
5 # using Go x/net/http2 and x/net/http2/hpack modules.
9 ~ http2 frame hpack build dissect data headers priority settings rststream pushpromise ping goaway …
212 ~ http2 hpack huffman
227 ~ http2 hpack huffman
245 ~ http2 hpack field hpackstrlenfield
265 ~ http2 hpack field hpackstrlenfield
306 ~ http2 hpack field hpackstrlenfield
319 ~ http2 hpack field hpackstrlenfield
[all …]
/external/grpc-grpc/tools/fuzzer/options/
Dhpack_parser_fuzzer_test.options3 dict = hpack.dictionary
Dserver_fuzzer.options3 dict = hpack.dictionary
Dclient_fuzzer.options3 dict = hpack.dictionary
/external/rust/crates/grpcio-sys/grpc/tools/fuzzer/options/
Dserver_fuzzer.options3 dict = hpack.dictionary
Dclient_fuzzer.options3 dict = hpack.dictionary
Dhpack_parser_fuzzer_test.options3 dict = hpack.dictionary
/external/oss-fuzz/projects/grpc/
Dbuild.sh22 test/core/end2end/fuzzers/hpack.dictionary
/external/grpc-grpc/test/core/end2end/fuzzers/
Dhpack.dictionary1 # hpack fuzzing dictionary
/external/grpc-grpc-java/
Dbuild.gradle202 hpack: 'com.twitter:hpack:0.10.1',
/external/libwebsockets/
DAndroid.bp96 "lib/roles/h2/hpack.c",
DCMakeLists.txt1499 lib/roles/h2/hpack.c
/external/libwebsockets/READMEs/
DREADME.unix-domain-reverse-proxy.md87 Headers are converted to all lower-case and hpack format for h2 return connections.
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
Dbuild.log192 hpack.js: 2.1.6
/external/okhttp/
DCHANGELOG.md355 * New: Update HTTP/2 support to to `h2-16` and `hpack-10`.
464 * New: Update to h2-14 and hpack-9.