Searched refs:xmlname (Results 1 – 2 of 2) sorted by relevance
5 const char *xmlname; member68 const char *name, const char *xmlname,109 const GDBFeature *gdb_find_static_feature(const char *xmlname);
391 r->feature->xmlname)); in get_feature_xml()403 if (strncmp(p, r->feature->xmlname, len) == 0) { in get_feature_xml()413 const char *name, const char *xmlname, in gdb_feature_builder_init() argument427 feature->xmlname = xmlname; in gdb_feature_builder_init()483 const GDBFeature *gdb_find_static_feature(const char *xmlname) in gdb_find_static_feature() argument487 for (feature = gdb_static_features; feature->xmlname; feature++) { in gdb_find_static_feature()488 if (!strcmp(feature->xmlname, xmlname)) { in gdb_find_static_feature()