Home
last modified time | relevance | path

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

/dports/www/h2o-devel/h2o-dcc7134/include/h2o/
H A Dheader.h33 unsigned char dont_compress : 1; member
H A Dtoken.h39 unsigned char dont_compress : 1; /* consult `h2o_header_t:dont_compress` as well */ member
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lib/
H A Dafflib_pages.cpp422 int dont_compress = 0; in af_update_page() local
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dqpack.c1028 …tring(h2o_byte_vector_t *buf, const char *src, size_t len, unsigned prefix_bits, int dont_compress) in flatten_string()
1097 …ef(struct st_h2o_qpack_flatten_context_t *ctx, int32_t index, h2o_iovec_t value, int dont_compress) in flatten_static_nameref()
1105 …ef(struct st_h2o_qpack_flatten_context_t *ctx, int64_t index, h2o_iovec_t value, int dont_compress) in flatten_dynamic_nameref()
1122 int dont_compress) in flatten_without_nameref()
/dports/www/h2o-devel/h2o-dcc7134/lib/http2/
H A Dhpack.c767 const h2o_iovec_t *value, int dont_compress) in do_encode_header()