Searched refs:split_host_port (Results 1 – 1 of 1) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_config.cc | 118 int split_host_port(char *host, size_t hostlen, uint16_t *port_ptr, in split_host_port() function 2597 if (split_host_port(host, sizeof(host), &port, in parse_config() 2660 if (split_host_port(host, sizeof(host), &port, in parse_config() 3358 if (split_host_port(host, sizeof(host), &port, in parse_config()
|