Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dutil.cc75 int nghttp2_inet_pton(int af, const char *src, void *dst) { in nghttp2_inet_pton() function
82 int nghttp2_inet_pton(int af, const char *src, void *dst) {
697 rv = nghttp2_inet_pton(family, hostname, dst.data()); in numeric_host()
1083 return nghttp2_inet_pton(AF_INET6, host, dst) == 1; in ipv6_numeric_addr()