Searched refs:subtypes (Results 1 – 10 of 10) sorted by relevance
262 xmlSchemaTypePtr subtypes; /* the type definition */ member610 xmlSchemaTypePtr subtypes; member773 xmlSchemaTypePtr subtypes; /* the type definition */ member
1111 ServiceTypeEntry subtypes = _serviceTypes.get(loname); in registerServiceType() local1112 if ((subtypes != null) && (!subtypes.contains(subtype))) { in registerServiceType()1113 synchronized (subtypes) { in registerServiceType()1114 if (!subtypes.contains(subtype)) { in registerServiceType()1116 subtypes.add(subtype); in registerServiceType()1876 ServiceTypeEntry subtypes = _serviceTypes.get(key); in toString() local1878 aLog.append(subtypes.getType()); in toString()1880 aLog.append(subtypes.isEmpty() ? "no subtypes" : subtypes); in toString()
159 #define WXS_ELEM_TYPEDEF(e) (e)->subtypes165 #define WXS_ATTR_TYPEDEF(a) (a)->subtypes269 (xmlSchemaIsParticleEmptiable(WXS_PTC_CAST (t)->subtypes))271 #define WXS_TYPE_CONTENTTYPE(t) (t)->subtypes273 #define WXS_TYPE_PARTICLE(t) WXS_PTC_CAST (t)->subtypes279 #define WXS_LIST_ITEMTYPE(t) (t)->subtypes4215 } else if (elem->subtypes != NULL) { in xmlSchemaElementDump()4219 xmlSchemaTypeDump(elem->subtypes, output); in xmlSchemaElementDump()4468 (type->subtypes != NULL)) { in xmlSchemaTypeDump()4469 xmlSchemaContentModelDump((xmlSchemaParticlePtr) type->subtypes, in xmlSchemaTypeDump()[all …]
414 xmlSchemaTypeAnyTypeDef->subtypes = (xmlSchemaTypePtr) particle; in xmlSchemaInitTypes()597 xmlSchemaTypeEntitiesDef->subtypes = xmlSchemaTypeEntityDef; in xmlSchemaInitTypes()602 xmlSchemaTypeIdrefsDef->subtypes = xmlSchemaTypeIdrefDef; in xmlSchemaInitTypes()608 xmlSchemaTypeNmtokensDef->subtypes = xmlSchemaTypeNmtokenDef; in xmlSchemaInitTypes()630 particle = (xmlSchemaParticlePtr) xmlSchemaTypeAnyTypeDef->subtypes; in xmlSchemaCleanupTypes()638 xmlSchemaTypeAnyTypeDef->subtypes = NULL; in xmlSchemaCleanupTypes()
337 const char **subtypes; /* Standard Values (if any) */ member587 table = attr_type[attr_code].subtypes; in print_attr_num()
113 AuthRecord *subtypes; member610 AuthRecord *st = instance->subtypes; in external_start_advertising_helper()644 AuthRecord *st = instance->subtypes; in external_stop_advertising_helper()712 if (srv->subtypes) { freeL("ServiceSubTypes", srv->subtypes); srv->subtypes = NULL; } in unlink_and_free_service_instance()1493 …instance->subtypes = AllocateSubTypes(request->u.servicereg.num_subtypes, request->u.servicer… in register_service_instance()1500 if (request->u.servicereg.num_subtypes && !instance->subtypes) in register_service_instance()1508 instance->subtypes, request->u.servicereg.num_subtypes, in register_service_instance()
382 derived to implement subtypes. A consequence of this is that we need to ensure
1181 subtypes can easily be added.
8 derived to implement subtypes. A consequence of this is that we need to ensure