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

/external/libxml2/include/libxml/
H A Dxinclude.h110 xmlXIncludeNewContext (xmlDocPtr doc);
/external/libxml2/
H A Dxinclude.c271 * xmlXIncludeNewContext:
279 xmlXIncludeNewContext(xmlDocPtr doc) { function
682 newctxt = xmlXIncludeNewContext(doc);
1937 newctxt = xmlXIncludeNewContext(ctxt->doc);
2450 ctxt = xmlXIncludeNewContext(doc);
2510 ctxt = xmlXIncludeNewContext(tree->doc);
H A Delfgcchack.h15410 #undef xmlXIncludeNewContext macro
15411 extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext __attribute((alias("xmlXIncludeNewContext__internal_alias")));
15413 #ifndef xmlXIncludeNewContext
15414 extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext__internal_alias __attribute((visibility("hidden")));
15415 #define xmlXIncludeNewContext xmlXIncludeNewContext__internal_alias macro
H A Dxmlreader.c1491 reader->xincctxt = xmlXIncludeNewContext(reader->ctxt->myDoc);

Completed in 154 milliseconds