Home
last modified time | relevance | path

Searched refs:ctxtType (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c621 xmlSchemaTypePtr ctxtType; /* The current context simple/complex type */ member
8844 type = ctxt->ctxtType; in xmlSchemaParseUnion()
9012 type = ctxt->ctxtType; in xmlSchemaParseList()
9268 oldCtxtType = ctxt->ctxtType; in xmlSchemaParseSimpleType()
9270 ctxt->ctxtType = type; in xmlSchemaParseSimpleType()
9311 ctxt->ctxtType = oldCtxtType; in xmlSchemaParseSimpleType()
9821 ctxt->ctxtType = NULL; in xmlSchemaParseSchemaTopLevel()
11455 type = ctxt->ctxtType; in xmlSchemaParseRestriction()
11759 type = ctxt->ctxtType; in xmlSchemaParseExtension()
11847 ctxt->ctxtType->attributeWildcard = in xmlSchemaParseExtension()
[all …]