Lines Matching defs:depth
286 * or returns -ERANGE if the key depth is deeper than max depth.
295 int depth = 0, ret = 0, total = 0;
304 keys[depth++] = xbc_node_index(node);
305 if (depth == XBC_DEPTH_MAX)
312 while (--depth >= 0) {
313 node = xbc_nodes + keys[depth];
315 depth ? "." : "");
536 return xbc_parse_error("Exceed max depth of braces", p);
788 int i, depth, len, wlen;
813 depth = 1;
826 depth++;
827 if (depth > XBC_DEPTH_MAX)
839 depth--;