Searched refs:cfg_obj_asstring (Results 1 – 3 of 3) sorted by relevance
148 cfg_obj_asstring(const cfg_obj_t *obj);
1055 keyname = cfg_obj_asstring(cfg_map_getname(keyobj)); in read_confkey() 1056 secretstr = cfg_obj_asstring(secretobj); in read_confkey() 1057 algorithm = cfg_obj_asstring(algorithmobj); in read_confkey()
488 cfg_obj_asstring(const cfg_obj_t *obj) { in cfg_obj_asstring() function