Searched refs:xmlXPathDebugDumpStepOp (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | xpath.c | 1222 xmlXPathDebugDumpStepOp(FILE *output, xmlXPathCompExprPtr comp, in xmlXPathDebugDumpStepOp() function 1388 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch1], depth + 1); in xmlXPathDebugDumpStepOp() 1390 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch2], depth + 1); in xmlXPathDebugDumpStepOp() 1424 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[i], depth + 1); in xmlXPathDebugDumpCompExpr()
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | xpath.c | 1332 xmlXPathDebugDumpStepOp(FILE *output, xmlXPathCompExprPtr comp, in xmlXPathDebugDumpStepOp() function 1501 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch1], depth + 1); in xmlXPathDebugDumpStepOp() 1503 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch2], depth + 1); in xmlXPathDebugDumpStepOp() 1537 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[i], depth + 1); in xmlXPathDebugDumpCompExpr()
|