Searched refs:xmlXPathDebugDumpStepOp (Results 1 - 2 of 2) sorted by last modified time

/external/libxml2/
H A Dxpath.c1186 xmlXPathDebugDumpStepOp(FILE *output, xmlXPathCompExprPtr comp, function
1357 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch1], depth + 1);
1359 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch2], depth + 1);
1387 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[i], depth + 1);
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c1105 xmlXPathDebugDumpStepOp(FILE *output, xmlXPathCompExprPtr comp, function
1276 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch1], depth + 1);
1278 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch2], depth + 1);
1306 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[i], depth + 1);

Completed in 371 milliseconds