Searched refs:HesiodContext (Results 1 – 4 of 4) sorted by relevance
1263 if (HesiodContext == NULL && hesiod_init(&HesiodContext) != 0)1265 hp = hesiod_resolve(HesiodContext, name, type);1275 hesiod_free_list(HesiodContext, hp);
6120 if (HesiodContext != NULL || hesiod_init(&HesiodContext) == 0)6171 hp = hesiod_resolve(HesiodContext, np, map->map_file);6183 hp = hesiod_resolve(HesiodContext, name, map->map_file);6206 hesiod_free_list(HesiodContext, hp);6253 if (HesiodContext != NULL)6255 hesiod_end(HesiodContext);6256 HesiodContext = NULL;
2717 EXTERN void *HesiodContext; variable
401 HesiodContext = NULL;