Home | History | Annotate | Download | only in libxml2

Lines Matching defs:depth

7586     int shadowDepth; /* Shadowed at this depth */
7588 * depth:
7595 int depth;
7650 * @depth: depth and ns-kind information
7656 xmlNsPtr oldNs, xmlNsPtr newNs, int depth)
7725 ret->depth = depth;
8348 * @depth: the current tree depth
8367 int depth,
8401 if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
8408 ((! ancestorsOnly) || (mi->depth == XML_TREE_NSMAP_PARENT)) &&
8460 if ((mi->depth < depth) &&
8467 mi->shadowDepth = depth;
8472 if (xmlDOMWrapNsMapAddItem(nsMap, -1, ns, tmpns, depth) == NULL) {
8507 int depth = -1, adoptns = 0, parnsdone = 0;
8531 depth++;
8557 if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
8594 if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
8599 mi->shadowDepth = depth;
8607 depth) == NULL)
8664 &nsMap, depth,
8701 (nsMap->last->depth >= depth))
8709 if (mi->shadowDepth >= depth)
8713 depth--;
8778 int depth = -1, adoptStr = 1;
8845 depth++;
8877 depth >= XML_TREE_NSMAP_PARENT) &&
8883 mi->shadowDepth = depth;
8891 ns, ns, depth) == NULL)
8948 &nsMap, depth,
9048 (nsMap->last->depth >= depth))
9056 if (mi->shadowDepth >= depth)
9060 depth--;
9145 int depth = -1;
9303 depth++;
9357 if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
9364 * depth.
9366 mi->shadowDepth = depth;
9374 ns, cloneNs, depth) == NULL)
9487 &nsMap, depth,
9565 depth >= depth))
9573 if (mi->shadowDepth >= depth)
9577 depth--;