Lines Matching defs:depth
7001 int depth; /* the indentation level. */
7010 depth = gen_int(n_depth, 2);
7012 xmlDebugDumpAttr(output, attr, depth);
7016 des_int(n_depth, depth, 2);
7047 int depth; /* the indentation level. */
7056 depth = gen_int(n_depth, 2);
7058 xmlDebugDumpAttrList(output, attr, depth);
7062 des_int(n_depth, depth, 2);
7249 int depth; /* the indentation level. */
7258 depth = gen_int(n_depth, 2);
7260 xmlDebugDumpNode(output, node, depth);
7264 des_int(n_depth, depth, 2);
7295 int depth; /* the indentation level. */
7304 depth = gen_int(n_depth, 2);
7306 xmlDebugDumpNodeList(output, node, depth);
7310 des_int(n_depth, depth, 2);
7341 int depth; /* the indentation level. */
7350 depth = gen_int(n_depth, 2);
7352 xmlDebugDumpOneNode(output, node, depth);
7356 des_int(n_depth, depth, 2);
13542 int depth; /* Used for loop detection, use 0 */
13559 depth = gen_int(n_depth, 3);
13568 ret_val = xmlParseBalancedChunkMemory(doc, sax, user_data, depth, (const xmlChar *)string, lst);
13574 des_int(n_depth, depth, 3);
13618 int depth; /* Used for loop detection, use 0 */
13638 depth = gen_int(n_depth, 3);
13648 ret_val = xmlParseBalancedChunkMemoryRecover(doc, sax, user_data, depth, (const xmlChar *)string, lst, recover);
13654 des_int(n_depth, depth, 3);
13991 int depth; /* Used for loop detection, use 0 */
14011 depth = gen_int(n_depth, 3);
14016 ret_val = xmlParseExternalEntity(doc, sax, user_data, depth, (const xmlChar *)URL, (const xmlChar *)ID, lst);
14022 des_int(n_depth, depth, 3);
47481 int depth; /* the indentation level. */
47490 depth = gen_int(n_depth, 2);
47492 xmlXPathDebugDumpCompExpr(output, comp, depth);
47496 des_int(n_depth, depth, 2);
47527 int depth; /* indentation level */
47536 depth = gen_int(n_depth, 2);
47538 xmlXPathDebugDumpObject(output, cur, depth);
47542 des_int(n_depth, depth, 2);