Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dhesiod.c172 char **rhs_list = NULL; in hesiod_to_bind() local
179 else if ((rhs_list = hesiod_resolve(context, cp + 1, in hesiod_to_bind()
181 RHS = *rhs_list; in hesiod_to_bind()
198 if (rhs_list) in hesiod_to_bind()
199 hesiod_free_list(context, rhs_list); in hesiod_to_bind()
217 if (rhs_list) in hesiod_to_bind()
218 hesiod_free_list(context, rhs_list); in hesiod_to_bind()