Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxinclude.h114 xmlXIncludeNewContext (xmlDocPtr doc);
/external/libxml2/
Dxinclude.c279 xmlXIncludeNewContext(xmlDocPtr doc) { in xmlXIncludeNewContext() function
682 newctxt = xmlXIncludeNewContext(doc); in xmlXIncludeRecurseDoc()
1943 newctxt = xmlXIncludeNewContext(ctxt->doc); in xmlXIncludeLoadFallback()
2454 ctxt = xmlXIncludeNewContext(tree->doc); in xmlXIncludeProcessTreeFlagsData()
2538 ctxt = xmlXIncludeNewContext(tree->doc); in xmlXIncludeProcessTreeFlags()
Delfgcchack.h15410 #undef xmlXIncludeNewContext
15411 extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext __attribute((alias("xmlXIncludeNewCon…
15413 #ifndef xmlXIncludeNewContext
15414 extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext__internal_alias __attribute((visibili…
15415 #define xmlXIncludeNewContext xmlXIncludeNewContext__internal_alias macro
Dxmlreader.c1491 reader->xincctxt = xmlXIncludeNewContext(reader->ctxt->myDoc); in xmlTextReaderRead()