hesiod.c | 189 char bindname[MAXDNAME], *p, *ret, **rhs_list = NULL; local in function:hesiod_to_bind 212 rhs_list = hesiod_resolve(context, p, "rhs-extension"); 213 if (rhs_list) 214 rhs = *rhs_list; 229 if (rhs_list) 230 hesiod_free_list(context, rhs_list); 247 /* rhs_list is no longer needed, since we're done with rhs. */ 248 if (rhs_list) 249 hesiod_free_list(context, rhs_list);
|