Home | History | Annotate | Download | only in btree

Lines Matching defs:level

158 	int level;
180 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) {
196 while (level--) {
197 /* Push the next level down onto the stack. */
205 /* Get the next level down. */
235 int level;
258 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) {
273 while (level--) {
274 /* Push the next level down onto the stack. */
281 /* Get the next level down. */