Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dudb.c1254 if (HesiodContext == NULL && hesiod_init(&HesiodContext) != 0)
1256 hp = hesiod_resolve(HesiodContext, name, type);
1266 hesiod_free_list(HesiodContext, hp);
H A Dmap.c5420 if (HesiodContext != NULL || hesiod_init(&HesiodContext) == 0)
5471 hp = hesiod_resolve(HesiodContext, np, map->map_file);
5483 hp = hesiod_resolve(HesiodContext, name, map->map_file);
5506 hesiod_free_list(HesiodContext, hp);
5553 if (HesiodContext != NULL)
5555 hesiod_end(HesiodContext);
5556 HesiodContext = NULL;
H A Dsendmail.h2380 EXTERN void *HesiodContext; variable
H A Dconf.c373 HesiodContext = NULL;