Searched refs:xmlCreateEntityParserCtxtInternal (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | parser.c | 101 xmlCreateEntityParserCtxtInternal(const xmlChar *URL, const xmlChar *ID, 13025 ctxt = xmlCreateEntityParserCtxtInternal(URL, ID, NULL, oldctxt); in xmlParseExternalEntityPrivate() 13948 xmlCreateEntityParserCtxtInternal(const xmlChar *URL, const xmlChar *ID, in xmlCreateEntityParserCtxtInternal() function 14023 return xmlCreateEntityParserCtxtInternal(URL, ID, base, NULL); in xmlCreateEntityParserCtxt()
|