Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dinet_pton.c153 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local
174 pch = strchr((xdigits = xdigits_l), ch); in inet_pton6()
/third_party/libuv/src/
Dinet.c220 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local
240 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
/third_party/node/deps/cares/src/lib/
Dinet_net_pton.c266 static const char xdigits_l[] = "0123456789abcdef", in inet_net_pton_ipv6() local
294 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_net_pton_ipv6()