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.c1790 if (ctxt->extSubSystem != NULL) xmlFree((char *) ctxt->extSubSystem); in xmlFreeParserCtxt()
Dparser.c7976 ctxt->extSubSystem = ExternalID; in xmlParseDocTypeDecl()
10335 ctxt->extSubSystem, ctxt->extSubURI); in xmlParseDocument()
11325 ctxt->intSubName, ctxt->extSubSystem, in xmlParseTryOrFinish()
11554 ctxt->extSubSystem, ctxt->extSubURI); in xmlParseTryOrFinish()
14297 DICT_FREE(ctxt->extSubSystem); in xmlCtxtReset()
14298 ctxt->extSubSystem = NULL; in xmlCtxtReset()
DHTMLparser.c6443 DICT_FREE(ctxt->extSubSystem); in htmlCtxtReset()
6444 ctxt->extSubSystem = NULL; in htmlCtxtReset()