Home | History | Annotate | Download | only in libxml2

Lines Matching refs:depth

44     int depth;                  /* current depth */
61 ctxt->depth = 0;
142 if ((ctxt->output != NULL) && (ctxt->depth > 0)) {
143 if (ctxt->depth < 50)
144 fprintf(ctxt->output, "%s", &ctxt->shift[100 - 2 * ctxt->depth]);
818 * @depth: the indentation level.
837 ctxt->depth++;
839 ctxt->depth--;
856 * @depth: the indentation level.
873 * @depth: the indentation level.
1023 ctxt->depth++;
1044 ctxt->depth--;
1056 * @depth: the indentation level.
1073 ctxt->depth++;
1075 ctxt->depth--;
1083 * @depth: the indentation level.
1224 ctxt->depth++;
1226 ctxt->depth--;
1326 ctxt->depth++;
1328 ctxt->depth--;
1372 * @depth: the indentation level.
1377 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) {
1383 ctxt.depth = depth;
1412 * @depth: the indentation level.
1417 xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth)
1424 ctxt.depth = depth;
1433 * @depth: the indentation level.
1438 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth)
1445 ctxt.depth = depth;
1454 * @depth: the indentation level.
1459 xmlDebugDumpNode(FILE * output, xmlNodePtr node, int depth)
1467 ctxt.depth = depth;
1476 * @depth: the indentation level.
1481 xmlDebugDumpNodeList(FILE * output, xmlNodePtr node, int depth)
1489 ctxt.depth = depth;