Lines Matching defs:depth
7613 int shadowDepth; /* Shadowed at this depth */
7615 * depth:
7622 int depth;
7677 * @depth: depth and ns-kind information
7683 xmlNsPtr oldNs, xmlNsPtr newNs, int depth)
7752 ret->depth = depth;
8378 * @depth: the current tree depth
8397 int depth,
8431 if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
8438 ((! ancestorsOnly) || (mi->depth == XML_TREE_NSMAP_PARENT)) &&
8490 if ((mi->depth < depth) &&
8497 mi->shadowDepth = depth;
8502 if (xmlDOMWrapNsMapAddItem(nsMap, -1, ns, tmpns, depth) == NULL) {
8537 int depth = -1, adoptns = 0, parnsdone = 0;
8561 depth++;
8587 if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
8624 if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
8629 mi->shadowDepth = depth;
8637 depth) == NULL)
8694 &nsMap, depth,
8731 (nsMap->last->depth >= depth))
8739 if (mi->shadowDepth >= depth)
8743 depth--;
8808 int depth = -1, adoptStr = 1;
8875 depth++;
8907 if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
8913 mi->shadowDepth = depth;
8921 ns, ns, depth) == NULL)
8978 &nsMap, depth,
9078 (nsMap->last->depth >= depth))
9086 if (mi->shadowDepth >= depth)
9090 depth--;
9175 int depth = -1;
9333 depth++;
9387 if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
9394 * depth.
9396 mi->shadowDepth = depth;
9404 ns, cloneNs, depth) == NULL)
9517 &nsMap, depth,
9595 (nsMap->last->depth >= depth))
9603 if (mi->shadowDepth >= depth)
9607 depth--;