Searched defs:right (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/resolv/
H A Dasync_resolv.c2096 struct ares_srv_reply *right)
2102 return right;
2103 if (!right)
2106 if (left->priority < right->priority) {
2109 r = right;
2111 res_start = right;
2113 r = right->next;
2095 merge_reply_list(struct ares_srv_reply *left, struct ares_srv_reply *right) argument

Completed in 15 milliseconds