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);
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
373 HesiodContext = NULL;