Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h240 xmlChar * extSubURI; /* URI of external subset */ member
/external/libxml2/
DparserInternals.c1789 if (ctxt->extSubURI != NULL) xmlFree((char *) ctxt->extSubURI); in xmlFreeParserCtxt()
Dparser.c7975 ctxt->extSubURI = URI; in xmlParseDocTypeDecl()
10335 ctxt->extSubSystem, ctxt->extSubURI); in xmlParseDocument()
11326 ctxt->extSubURI); in xmlParseTryOrFinish()
11554 ctxt->extSubSystem, ctxt->extSubURI); in xmlParseTryOrFinish()
14295 DICT_FREE(ctxt->extSubURI); in xmlCtxtReset()
14296 ctxt->extSubURI = NULL; in xmlCtxtReset()
DHTMLparser.c6441 DICT_FREE(ctxt->extSubURI); in htmlCtxtReset()
6442 ctxt->extSubURI = NULL; in htmlCtxtReset()