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