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() 1979 ret = xmlXIncludeDoProcess(newctxt, ctxt->doc, fallback->children); in xmlXIncludeLoadFallback() 2362 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree) { in xmlXIncludeDoProcess() function 2491 ret = xmlXIncludeDoProcess(ctxt, tree->doc, tree); in xmlXIncludeProcessTreeFlagsData() 2575 ret = xmlXIncludeDoProcess(ctxt, tree->doc, tree); in xmlXIncludeProcessTreeFlags() 2615 ret = xmlXIncludeDoProcess(ctxt, node->doc, node); in xmlXIncludeProcessNode()
|