Home
last modified time | relevance | path

Searched refs:H2O_TOKEN_CONTENT_LENGTH (Results 1 – 15 of 15) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/lib/handler/
H A Dheaders.c134 …if (token == H2O_TOKEN_CONNECTION || token == H2O_TOKEN_CONTENT_LENGTH || token == H2O_TOKEN_TRANS… in h2o_headers_is_prohibited_name()
H A Dfastcgi.c507 } else if (token == H2O_TOKEN_CONTENT_LENGTH) { in fill_headers()
H A Dmruby.c873 } else if (token == H2O_TOKEN_CONTENT_LENGTH) { in h2o_mruby_set_response_header()
/dports/www/h2o-devel/h2o-dcc7134/lib/
H A Dprobes_.h123 …h2o_probe_response_header(req, req_index, H2O_TOKEN_CONTENT_LENGTH->buf, h2o_iovec_init(buf, len)); in h2o_probe_log_response()
H A Dhttp1.c380 } else if (name_token == H2O_TOKEN_CONTENT_LENGTH) { in init_headers()
/dports/www/h2o-devel/h2o-dcc7134/lib/core/
H A Dproxy.c179 … h2o_add_header(&req->pool, headers, H2O_TOKEN_CONTENT_LENGTH, NULL, cl_buf.base, cl_buf.len); in build_request()
184 … h2o_add_header(&req->pool, headers, H2O_TOKEN_CONTENT_LENGTH, NULL, cl_buf.base, cl_buf.len); in build_request()
460 if (token == H2O_TOKEN_CONTENT_LENGTH) { in on_head()
/dports/www/h2o-devel/h2o-dcc7134/lib/common/
H A Dtoken_table.h136 … {H2O_TOKEN_CONTENT_LENGTH, {H2O_STRLIT("")}},
176 {H2O_TOKEN_CONTENT_LENGTH, {H2O_STRLIT("0")}},
515 return H2O_TOKEN_CONTENT_LENGTH; in h2o_lookup_token()
H A Dhttp1client.c421 } else if (headers[i].name == &H2O_TOKEN_CONTENT_LENGTH->buf) { in on_head()
/dports/www/h2o-devel/h2o-dcc7134/include/h2o/
H A Dtoken_table.h54 #define H2O_TOKEN_CONTENT_LENGTH (h2o__tokens + 27) macro
/dports/www/h2o-devel/h2o-dcc7134/lib/http2/
H A Dhpack.c546 if (token == H2O_TOKEN_CONTENT_LENGTH) { in h2o_hpack_parse_request()
636 if (token == H2O_TOKEN_CONTENT_LENGTH || token == H2O_TOKEN_CACHE_DIGEST) { in h2o_hpack_parse_response()
/dports/www/h2o-devel/h2o-dcc7134/lib/handler/mruby/
H A Dmiddleware.c183 h2o_token_t *token = H2O_TOKEN_CONTENT_LENGTH; in build_app_response()
427 if (token == H2O_TOKEN_CONTENT_LENGTH) { in handle_header_env_key()
H A Dhttp_request.c598 … h2o_add_header(&ctx->pool, &ctx->req.headers, H2O_TOKEN_CONTENT_LENGTH, NULL, buf, l); in http_request_method()
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dqpack.c1374 …do_flatten_header(&ctx, 4, 0, H2O_TOKEN_CONTENT_LENGTH->flags.likely_to_repeat, &H2O_TOKEN_CONTENT… in h2o_qpack_flatten_response()
/dports/www/h2o-devel/h2o-dcc7134/src/
H A Dhttpclient.c463 … h2o_add_header(client->pool, &headers_vec, H2O_TOKEN_CONTENT_LENGTH, NULL, clbuf, clbuf_len); in on_connect()
/dports/www/h2o-devel/h2o-dcc7134/t/00unit/lib/http2/
H A Dhpack.c639 ok(headers.entries[0].name == &H2O_TOKEN_CONTENT_LENGTH->buf); in test_dynamic_table_size_update()