Lines Matching refs:irs_sv
64 static void sv_close(struct irs_sv *);
65 static struct servent * sv_byname(struct irs_sv *,
67 static struct servent * sv_byport(struct irs_sv *, int, const char *);
68 static struct servent * sv_next(struct irs_sv *);
69 static void sv_rewind(struct irs_sv *);
70 static void sv_minimize(struct irs_sv *);
72 static struct __res_state * sv_res_get(struct irs_sv *);
73 static void sv_res_set(struct irs_sv *,
78 static struct servent * parse_hes_list(struct irs_sv *,
83 struct irs_sv *
86 struct irs_sv *sv;
125 sv_close(struct irs_sv *this) {
140 sv_byname(struct irs_sv *this, const char *name, const char *proto) {
155 sv_byport(struct irs_sv *this, int port, const char *proto) {
172 sv_next(struct irs_sv *this) {
179 sv_rewind(struct irs_sv *this) {
187 parse_hes_list(struct irs_sv *this, char **hes_list, const char *proto) {
278 sv_minimize(struct irs_sv *this) {
285 sv_res_get(struct irs_sv *this) {
293 sv_res_set(struct irs_sv *this, struct __res_state * res,