Home
last modified time | relevance | path

Searched refs:h2o_url_parse_hostport (Results 1 – 7 of 7) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/include/h2o/
H A Durl.h91 const char *h2o_url_parse_hostport(const char *s, size_t len, h2o_iovec_t *host, uint16_t *port);
118 …if (h2o_url_parse_hostport(authority.base, authority.len, &url->host, &url->_port) != authority.ba… in h2o_url_init()
/dports/www/h2o-devel/h2o-dcc7134/t/00unit/lib/common/
H A Durl.c366 ret = h2o_url_parse_hostport(input.base, input.len, &host, &port); in test_hostport()
372 ret = h2o_url_parse_hostport(input.base, input.len, &host, &port); in test_hostport()
378 ret = h2o_url_parse_hostport(input.base, input.len, &host, &port); in test_hostport()
384 ret = h2o_url_parse_hostport(input.base, input.len, &host, &port); in test_hostport()
390 ret = h2o_url_parse_hostport(input.base, input.len, &host, &port); in test_hostport()
394 ret = h2o_url_parse_hostport(input.base, input.len, &host, &port); in test_hostport()
398 ret = h2o_url_parse_hostport(input.base, input.len, &host, &port); in test_hostport()
/dports/www/h2o-devel/h2o-dcc7134/lib/common/
H A Durl.c189 const char *h2o_url_parse_hostport(const char *s, size_t len, h2o_iovec_t *host, uint16_t *port) in h2o_url_parse_hostport() function
233 const char *p = h2o_url_parse_hostport(src, url_end - src, &parsed->host, &parsed->_port); in parse_authority_and_path()
/dports/www/h2o-devel/h2o-dcc7134/lib/handler/
H A Dconnect.c842 …if (h2o_url_parse_hostport(req->authority.base, req->authority.len, &host, &port) == NULL || port … in on_req()
919 if ((slash_at = h2o_url_parse_hostport(input + 1, strlen(input + 1), &host_vec, &port)) == NULL) in h2o_connect_parse_acl()
/dports/www/h2o-devel/h2o-dcc7134/lib/core/
H A Drequest.c86 if (h2o_url_parse_hostport(authority.base, authority.len, &hostname, &port) == NULL) in find_hostconf()
H A Dconfigurator.c368 …if (h2o_url_parse_hostport(key->data.scalar, strlen(key->data.scalar), &hostname, &port) == NULL) { in on_config_hosts()
/dports/www/h2o-devel/h2o-dcc7134/src/
H A Dmain.c2254h2o_url_parse_hostport(input->value->data.scalar, strlen(input->value->data.scalar), &hostvec, &po… in configure_quic_forward_node()