Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dhesiod.c62 static char ** get_txt_records(struct hesiod_p *ctx, int class,
240 if ((retvec = get_txt_records(ctx, C_IN, bindname))) { in hesiod_resolve()
248 retvec = get_txt_records(ctx, C_HS, bindname); in hesiod_resolve()
339 get_txt_records(struct hesiod_p *ctx, int class, const char *name) { in get_txt_records() function