Lines Matching defs:obj
64 const cfg_obj_t *obj;
71 obj = NULL;
72 result = cfg_map_get(options, "tkey-dhkey", &obj);
74 s = cfg_obj_asstring(cfg_tuple_get(obj, "name"));
75 n = cfg_obj_asuint32(cfg_tuple_get(obj, "keyid"));
87 obj = NULL;
88 result = cfg_map_get(options, "tkey-domain", &obj);
90 s = cfg_obj_asstring(obj);
106 obj = NULL;
107 result = cfg_map_get(options, "tkey-gssapi-credential", &obj);
109 s = cfg_obj_asstring(obj);