Home | History | Annotate | Download | only in libxml2

Lines Matching defs: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]);
817 * @depth: the indentation level.
836 ctxt->depth++;
838 ctxt->depth--;
855 * @depth: the indentation level.
872 * @depth: the indentation level.
1022 ctxt->depth++;
1043 ctxt->depth--;
1055 * @depth: the indentation level.
1072 ctxt->depth++;
1074 ctxt->depth--;
1082 * @depth: the indentation level.
1223 ctxt->depth++;
1225 ctxt->depth--;
1325 ctxt->depth++;
1327 ctxt->depth--;
1371 * @depth: the indentation level.
1376 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) {
1382 ctxt.depth = depth;
1411 * @depth: the indentation level.
1416 xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth)
1423 ctxt.depth = depth;
1432 * @depth: the indentation level.
1437 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth)
1444 ctxt.depth = depth;
1453 * @depth: the indentation level.
1458 xmlDebugDumpNode(FILE * output, xmlNodePtr node, int depth)
1466 ctxt.depth = depth;
1475 * @depth: the indentation level.
1480 xmlDebugDumpNodeList(FILE * output, xmlNodePtr node, int depth)
1488 ctxt.depth = depth;