HomeSort by relevance Sort by last modified time
    Searched refs:subtypes (Results 1 - 4 of 4) sorted by null

  /external/libxml2/include/libxml/
schemasInternals.h 262 xmlSchemaTypePtr subtypes; /* the type definition */ member in struct:_xmlSchemaAttribute
610 xmlSchemaTypePtr subtypes; member in struct:_xmlSchemaType
631 Could we use @subtypes for this? */
773 xmlSchemaTypePtr subtypes; /* the type definition */ member in struct:_xmlSchemaElement
  /external/tcpdump/
print-radius.c 337 const char **subtypes; /* Standard Values (if any) */ member in struct:attrtype
587 table = attr_type[attr_code].subtypes;
    [all...]
  /external/libxml2/
xmlschemas.c 159 #define WXS_ELEM_TYPEDEF(e) (e)->subtypes
165 #define WXS_ATTR_TYPEDEF(a) (a)->subtypes
269 (xmlSchemaIsParticleEmptiable(WXS_PTC_CAST (t)->subtypes))
271 #define WXS_TYPE_CONTENTTYPE(t) (t)->subtypes
273 #define WXS_TYPE_PARTICLE(t) WXS_PTC_CAST (t)->subtypes
279 #define WXS_LIST_ITEMTYPE(t) (t)->subtypes
    [all...]
xmlschemastypes.c 414 xmlSchemaTypeAnyTypeDef->subtypes = (xmlSchemaTypePtr) particle;
597 xmlSchemaTypeEntitiesDef->subtypes = xmlSchemaTypeEntityDef;
602 xmlSchemaTypeIdrefsDef->subtypes = xmlSchemaTypeIdrefDef;
608 xmlSchemaTypeNmtokensDef->subtypes = xmlSchemaTypeNmtokenDef;
630 particle = (xmlSchemaParticlePtr) xmlSchemaTypeAnyTypeDef->subtypes;
638 xmlSchemaTypeAnyTypeDef->subtypes = NULL;
    [all...]

Completed in 456 milliseconds