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]);
819 * @depth: the indentation level.
838 ctxt->depth++;
840 ctxt->depth--;
857 * @depth: the indentation level.
874 * @depth: the indentation level.
1024 ctxt->depth++;
1045 ctxt->depth--;
1057 * @depth: the indentation level.
1074 ctxt->depth++;
1076 ctxt->depth--;
1084 * @depth: the indentation level.
1225 ctxt->depth++;
1227 ctxt->depth--;
1327 ctxt->depth++;
1329 ctxt->depth--;
1373 * @depth: the indentation level.
1378 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) {
1384 ctxt.depth = depth;
1413 * @depth: the indentation level.
1418 xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth)
1425 ctxt.depth = depth;
1434 * @depth: the indentation level.
1439 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth)
1446 ctxt.depth = depth;
1455 * @depth: the indentation level.
1460 xmlDebugDumpNode(FILE * output, xmlNodePtr node, int depth)
1468 ctxt.depth = depth;
1477 * @depth: the indentation level.
1482 xmlDebugDumpNodeList(FILE * output, xmlNodePtr node, int depth)
1490 ctxt.depth = depth;