Searched refs:xmlCtxtDumpNodeList (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DdebugXML.c54 static void xmlCtxtDumpNodeList(xmlDebugCtxtPtr ctxt, xmlNodePtr node);
837 xmlCtxtDumpNodeList(ctxt, attr->children);
1073 xmlCtxtDumpNodeList(ctxt, node->children);
1079 * xmlCtxtDumpNodeList:
1087 xmlCtxtDumpNodeList(xmlDebugCtxtPtr ctxt, xmlNodePtr node) function
1224 xmlCtxtDumpNodeList(ctxt, doc->children);
1326 xmlCtxtDumpNodeList(ctxt, dtd->children);
1489 xmlCtxtDumpNodeList(&ctxt, node);
/external/libxml2/
H A DdebugXML.c54 static void xmlCtxtDumpNodeList(xmlDebugCtxtPtr ctxt, xmlNodePtr node);
837 xmlCtxtDumpNodeList(ctxt, attr->children);
1073 xmlCtxtDumpNodeList(ctxt, node->children);
1079 * xmlCtxtDumpNodeList:
1087 xmlCtxtDumpNodeList(xmlDebugCtxtPtr ctxt, xmlNodePtr node) function
1224 xmlCtxtDumpNodeList(ctxt, doc->children);
1326 xmlCtxtDumpNodeList(ctxt, dtd->children);
1489 xmlCtxtDumpNodeList(&ctxt, node);

Completed in 123 milliseconds