Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dhesiod.c231 char **retvec; in hesiod_resolve() local
240 if ((retvec = get_txt_records(ctx, C_IN, bindname))) { in hesiod_resolve()
242 return (retvec); in hesiod_resolve()
248 retvec = get_txt_records(ctx, C_HS, bindname); in hesiod_resolve()
250 return (retvec); in hesiod_resolve()