Home
last modified time | relevance | path

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

/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dqpack.c234 static size_t decode_value(char *outbuf, unsigned *soft_errors, int is_huff, const uint8_t *src, si… in decode_value()
298 …ode_value_and_insert(h2o_qpack_decoder_t *qpack, struct st_h2o_qpack_header_t *header, int is_huff, in decode_value_and_insert()
587 int is_huff; in decode_header_name_literal() local
635 int is_huff = (**src & 0x80) != 0; in decode_header_value_literal() local
/dports/www/civetweb/civetweb-1.15/src/
H A Dmod_http2.inl662 uint8_t is_huff = ((buf[*i] & 0x80) == 0x80); local