Searched refs:xmlXPathDebugDumpNode (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | xpath.c | 1100 xmlXPathDebugDumpNode(FILE *output, xmlNodePtr cur, int depth) { in xmlXPathDebugDumpNode() function 1167 xmlXPathDebugDumpNode(output, cur->nodeTab[i], depth + 1); in xmlXPathDebugDumpNodeSet() 1287 xmlXPathDebugDumpNode(output, (xmlNodePtr) cur->user, depth + 1); in xmlXPathDebugDumpObject() 1298 xmlXPathDebugDumpNode(output, (xmlNodePtr) cur->user, in xmlXPathDebugDumpObject() 1307 xmlXPathDebugDumpNode(output, (xmlNodePtr) cur->user, in xmlXPathDebugDumpObject() 1314 xmlXPathDebugDumpNode(output, (xmlNodePtr) cur->user2, in xmlXPathDebugDumpObject()
|
/aosp_15_r20/external/libxml2/ |
H A D | xpath.c | 1055 xmlXPathDebugDumpNode(FILE *output, xmlNodePtr cur, int depth) { in xmlXPathDebugDumpNode() function 1122 xmlXPathDebugDumpNode(output, cur->nodeTab[i], depth + 1); in xmlXPathDebugDumpNodeSet()
|