Searched refs:HesiodContext (Results 1 – 4 of 4) sorted by relevance
1256 if (HesiodContext == NULL && hesiod_init(&HesiodContext) != 0)1258 hp = hesiod_resolve(HesiodContext, name, type);1268 hesiod_free_list(HesiodContext, hp);
5420 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;
2380 EXTERN void *HesiodContext; variable
372 HesiodContext = NULL;