Searched refs:retvec (Results 1 – 1 of 1) sorted by relevance
212 char **retvec; in hesiod_resolve() local217 retvec = get_txt_records(ctx, ctx->classes[0], bindname); in hesiod_resolve()219 if (retvec == NULL && (errno == ENOENT || errno == ECONNREFUSED) && ctx->classes[1]) in hesiod_resolve()220 retvec = get_txt_records(ctx, ctx->classes[1], bindname); in hesiod_resolve()224 return (retvec); in hesiod_resolve()
Completed in 3 milliseconds