Searched refs:xmlXIncludeNewContext (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
H A Dxinclude.h114 xmlXIncludeNewContext (xmlDocPtr doc);
/external/libxml2/
H A Dxinclude.c273 * xmlXIncludeNewContext:
281 xmlXIncludeNewContext(xmlDocPtr doc) { function
684 newctxt = xmlXIncludeNewContext(doc);
1973 newctxt = xmlXIncludeNewContext(ctxt->doc);
2485 ctxt = xmlXIncludeNewContext(tree->doc);
2570 ctxt = xmlXIncludeNewContext(tree->doc);
H A Dlibxml2.syms1749 xmlXIncludeNewContext;
H A Delfgcchack.h15584 #undef xmlXIncludeNewContext macro
15585 extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext __attribute((alias("xmlXIncludeNewContext__internal_alias")));
15587 #ifndef xmlXIncludeNewContext
15588 extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext__internal_alias __attribute((visibility("hidden")));
15589 #define xmlXIncludeNewContext xmlXIncludeNewContext__internal_alias macro
H A Dxmlreader.c1519 reader->xincctxt = xmlXIncludeNewContext(reader->ctxt->myDoc);

Completed in 107 milliseconds