Lines Matching defs:depth
221 * or returns -ERANGE if the key depth is deeper than max depth.
230 int depth = 0, ret = 0, total = 0;
239 keys[depth++] = xbc_node_index(node);
240 if (depth == XBC_DEPTH_MAX)
247 while (--depth >= 0) {
248 node = xbc_nodes + keys[depth];
250 depth ? "." : "");
441 return xbc_parse_error("Exceed max depth of braces", p);
683 int i, depth, len, wlen;
708 depth = 1;
721 depth++;
722 if (depth > XBC_DEPTH_MAX)
734 depth--;