Searched refs:xmlCreateEntityParserCtxtInternal (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | parser.c | 90 xmlCreateEntityParserCtxtInternal(const xmlChar *URL, const xmlChar *ID, 12356 ctxt = xmlCreateEntityParserCtxtInternal(URL, ID, NULL, ctx); in xmlParseCtxtExternalEntity() 12553 ctxt = xmlCreateEntityParserCtxtInternal(URL, ID, NULL, oldctxt); in xmlParseExternalEntityPrivate() 13437 xmlCreateEntityParserCtxtInternal(const xmlChar *URL, const xmlChar *ID, in xmlCreateEntityParserCtxtInternal() function 13503 return xmlCreateEntityParserCtxtInternal(URL, ID, base, NULL); in xmlCreateEntityParserCtxt()
|