Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_parse_srv_reply.c38 struct ares_srv_reply *srv_last = NULL; in ares_parse_srv_reply() local
84 if (srv_last) { in ares_parse_srv_reply()
85 srv_last->next = srv_curr; in ares_parse_srv_reply()
89 srv_last = srv_curr; in ares_parse_srv_reply()