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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c621 xmlSchemaTypePtr ctxtType; /* The current context simple/complex type */ member in struct:_xmlSchemaParserCtxt
8844 type = ctxt->ctxtType;
9012 type = ctxt->ctxtType;
9268 oldCtxtType = ctxt->ctxtType;
9270 ctxt->ctxtType = type;
9311 ctxt->ctxtType = oldCtxtType;
9821 ctxt->ctxtType = NULL;
11468 type = ctxt->ctxtType;
11772 type = ctxt->ctxtType;
11860 ctxt->ctxtType
12085 xmlSchemaTypePtr type, ctxtType; local
14872 xmlSchemaCheckTypeDefCircularInternal(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr ctxtType, xmlSchemaTypePtr ancestor) argument
[all...]
/external/libxml2/
H A Dxmlschemas.c621 xmlSchemaTypePtr ctxtType; /* The current context simple/complex type */ member in struct:_xmlSchemaParserCtxt
8863 type = ctxt->ctxtType;
9031 type = ctxt->ctxtType;
9287 oldCtxtType = ctxt->ctxtType;
9289 ctxt->ctxtType = type;
9330 ctxt->ctxtType = oldCtxtType;
9840 ctxt->ctxtType = NULL;
11487 type = ctxt->ctxtType;
11791 type = ctxt->ctxtType;
11879 ctxt->ctxtType
12104 xmlSchemaTypePtr type, ctxtType; local
14900 xmlSchemaCheckTypeDefCircularInternal(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr ctxtType, xmlSchemaTypePtr ancestor) argument
[all...]

Completed in 133 milliseconds