Lines Matching defs:hesiod_p
51 "#Id: hesiod_p.h,v 1.1 1996/12/08 21:39:37 ghudson Exp #");
87 struct hesiod_p {
95 static int read_config_file(struct hesiod_p *, const char *);
103 * initialize a hesiod_p.
108 struct hesiod_p *ctx;
114 ctx = calloc(1, sizeof(struct hesiod_p));
165 * Deallocates the hesiod_p.
170 struct hesiod_p *ctx = (struct hesiod_p *) context;
188 struct hesiod_p *ctx = (struct hesiod_p *) context;
266 struct hesiod_p *ctx = (struct hesiod_p *) context;
307 read_config_file(struct hesiod_p *ctx, const char *filename)