Searched refs:named_types (Results 1 – 2 of 2) sorted by relevance
142 DICT_INIT(&plib->named_types, char *, struct named_type, in protolib_init()172 DICT_DESTROY(&plib->named_types, const char *, struct named_type, in protolib_destroy()240 if (DICT_INSERT(&plib->named_types, &name, named) < 0) in protolib_add_named_type()263 return &plib->named_types; in get_named_types()
96 struct dict named_types; member