Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h237 xmlChar * extSubURI; /* URI of external subset */ member
/external/libxml2/
DparserInternals.c1702 if (ctxt->extSubURI != NULL) xmlFree((char *) ctxt->extSubURI); in xmlFreeParserCtxt()
Dparser.c7752 ctxt->extSubURI = URI; in xmlParseDocTypeDecl()
10091 ctxt->extSubSystem, ctxt->extSubURI); in xmlParseDocument()
11078 ctxt->extSubURI); in xmlParseTryOrFinish()
11306 ctxt->extSubSystem, ctxt->extSubURI); in xmlParseTryOrFinish()
13945 DICT_FREE(ctxt->extSubURI); in xmlCtxtReset()
13946 ctxt->extSubURI = NULL; in xmlCtxtReset()
DHTMLparser.c5881 DICT_FREE(ctxt->extSubURI); in htmlCtxtReset()
5882 ctxt->extSubURI = NULL; in htmlCtxtReset()