Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h241 xmlChar * extSubSystem; /* SYSTEM ID of external subset */ member
/external/libxml2/
DparserInternals.c1792 if (ctxt->extSubSystem != NULL) xmlFree((char *) ctxt->extSubSystem); in xmlFreeParserCtxt()
Dparser.c8227 ctxt->extSubSystem = ExternalID; in xmlParseDocTypeDecl()
10691 ctxt->extSubSystem, ctxt->extSubURI); in xmlParseDocument()
11709 ctxt->intSubName, ctxt->extSubSystem, in xmlParseTryOrFinish()
11964 ctxt->extSubSystem, ctxt->extSubURI); in xmlParseTryOrFinish()
14852 DICT_FREE(ctxt->extSubSystem); in xmlCtxtReset()
14853 ctxt->extSubSystem = NULL; in xmlCtxtReset()
DHTMLparser.c6645 DICT_FREE(ctxt->extSubSystem); in htmlCtxtReset()
6646 ctxt->extSubSystem = NULL; in htmlCtxtReset()