Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h241 xmlChar * extSubSystem; /* SYSTEM ID of external subset */ member
/external/libxml2/
DparserInternals.c1778 if (ctxt->extSubSystem != NULL) xmlFree((char *) ctxt->extSubSystem); in xmlFreeParserCtxt()
Dparser.c8389 ctxt->extSubSystem = ExternalID; in xmlParseDocTypeDecl()
10892 ctxt->extSubSystem, ctxt->extSubURI); in xmlParseDocument()
11920 ctxt->intSubName, ctxt->extSubSystem, in xmlParseTryOrFinish()
12175 ctxt->extSubSystem, ctxt->extSubURI); in xmlParseTryOrFinish()
15046 DICT_FREE(ctxt->extSubSystem); in xmlCtxtReset()
15047 ctxt->extSubSystem = NULL; in xmlCtxtReset()