Searched refs:HesiodContext (Results 1 – 4 of 4) sorted by relevance
1254 if (HesiodContext == NULL && hesiod_init(&HesiodContext) != 0)1256 hp = hesiod_resolve(HesiodContext, name, type);1266 hesiod_free_list(HesiodContext, hp);
5432 if (HesiodContext != NULL || hesiod_init(&HesiodContext) == 0)5483 hp = hesiod_resolve(HesiodContext, np, map->map_file);5495 hp = hesiod_resolve(HesiodContext, name, map->map_file);5518 hesiod_free_list(HesiodContext, hp);5565 if (HesiodContext != NULL)5567 hesiod_end(HesiodContext);5568 HesiodContext = NULL;
2530 EXTERN void *HesiodContext; variable
370 HesiodContext = NULL;