Home
last modified time | relevance | path

Searched refs:cfg_map_get (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/dig/lib/isccfg/include/isccfg/
H A Dcfg.h119 cfg_map_get(const cfg_obj_t *mapobj, const char* name, const cfg_obj_t **obj);
/openbsd/usr.bin/dig/
H A Ddighost.c1046 result = cfg_map_get(file, "key", &keyobj); in read_confkey()
1050 (void) cfg_map_get(keyobj, "secret", &secretobj); in read_confkey()
1051 (void) cfg_map_get(keyobj, "algorithm", &algorithmobj); in read_confkey()
/openbsd/usr.bin/dig/lib/isccfg/
H A Dparser.c794 cfg_map_get(const cfg_obj_t *mapobj, const char* name, const cfg_obj_t **obj) { in cfg_map_get() function