Home
last modified time | relevance | path

Searched refs:xmlXPathDebugDumpNode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxpath.c1100 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 Dxpath.c1055 xmlXPathDebugDumpNode(FILE *output, xmlNodePtr cur, int depth) { in xmlXPathDebugDumpNode() function
1122 xmlXPathDebugDumpNode(output, cur->nodeTab[i], depth + 1); in xmlXPathDebugDumpNodeSet()