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

  /external/chromium_org/third_party/libxml/src/
xmlschemastypes.c 185 static xmlSchemaTypePtr xmlSchemaTypeEntitiesDef = NULL;
594 xmlSchemaTypeEntitiesDef = xmlSchemaInitBasicType("ENTITIES",
597 xmlSchemaTypeEntitiesDef->subtypes = xmlSchemaTypeEntityDef;
795 return (xmlSchemaTypeEntitiesDef);
    [all...]
  /external/libxml2/
xmlschemastypes.c 185 static xmlSchemaTypePtr xmlSchemaTypeEntitiesDef = NULL;
594 xmlSchemaTypeEntitiesDef = xmlSchemaInitBasicType("ENTITIES",
597 xmlSchemaTypeEntitiesDef->subtypes = xmlSchemaTypeEntityDef;
795 return (xmlSchemaTypeEntitiesDef);
    [all...]

Completed in 42 milliseconds