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

/macosx-10.10.1/libxml2-26/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);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DdebugXML.c54 static void xmlCtxtDumpNodeList(xmlDebugCtxtPtr ctxt, xmlNodePtr node);
838 xmlCtxtDumpNodeList(ctxt, attr->children);
1074 xmlCtxtDumpNodeList(ctxt, node->children);
1080 * xmlCtxtDumpNodeList:
1088 xmlCtxtDumpNodeList(xmlDebugCtxtPtr ctxt, xmlNodePtr node) function
1225 xmlCtxtDumpNodeList(ctxt, doc->children);
1327 xmlCtxtDumpNodeList(ctxt, dtd->children);
1490 xmlCtxtDumpNodeList(&ctxt, node);

Completed in 136 milliseconds