Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
Dparser.h243 xmlChar * extSubSystem; /* SYSTEM ID of external subset */ member
/third_party/gettext/gnulib-local/lib/libxml/
Dparser.in.h270 xmlChar * extSubSystem; /* SYSTEM ID of external subset */ member
DparserInternals.c1821 if (ctxt->extSubSystem != NULL) xmlFree((char *) ctxt->extSubSystem); in xmlFreeParserCtxt()
Dparser.c8256 ctxt->extSubSystem = ExternalID; in xmlParseDocTypeDecl()
10720 ctxt->extSubSystem, ctxt->extSubURI); in xmlParseDocument()
11738 ctxt->intSubName, ctxt->extSubSystem, in xmlParseTryOrFinish()
11993 ctxt->extSubSystem, ctxt->extSubURI); in xmlParseTryOrFinish()
14881 DICT_FREE(ctxt->extSubSystem); in xmlCtxtReset()
14882 ctxt->extSubSystem = NULL; in xmlCtxtReset()
DHTMLparser.c6674 DICT_FREE(ctxt->extSubSystem); in htmlCtxtReset()
6675 ctxt->extSubSystem = NULL; in htmlCtxtReset()
/third_party/libxml2/
DparserInternals.c1793 if (ctxt->extSubSystem != NULL) xmlFree((char *) ctxt->extSubSystem); in xmlFreeParserCtxt()
Dparser.c8318 ctxt->extSubSystem = ExternalID; in xmlParseDocTypeDecl()
10811 ctxt->extSubSystem, ctxt->extSubURI); in xmlParseDocument()
11821 ctxt->intSubName, ctxt->extSubSystem, in xmlParseTryOrFinish()
12076 ctxt->extSubSystem, ctxt->extSubURI); in xmlParseTryOrFinish()
14846 DICT_FREE(ctxt->extSubSystem); in xmlCtxtReset()
14847 ctxt->extSubSystem = NULL; in xmlCtxtReset()
DHTMLparser.c6757 DICT_FREE(ctxt->extSubSystem); in htmlCtxtReset()
6758 ctxt->extSubSystem = NULL; in htmlCtxtReset()