Searched refs:xmlXIncludeDoProcess (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xinclude.c | 92 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree); 728 xmlXIncludeDoProcess(newctxt, doc, xmlDocGetRootElement(doc)); in xmlXIncludeRecurseDoc() 1981 ret = xmlXIncludeDoProcess(newctxt, ctxt->doc, fallback->children); in xmlXIncludeLoadFallback() 2364 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree) { in xmlXIncludeDoProcess() function 2493 ret = xmlXIncludeDoProcess(ctxt, tree->doc, tree); in xmlXIncludeProcessTreeFlagsData() 2577 ret = xmlXIncludeDoProcess(ctxt, tree->doc, tree); in xmlXIncludeProcessTreeFlags() 2617 ret = xmlXIncludeDoProcess(ctxt, node->doc, node); in xmlXIncludeProcessNode()
|