Searched refs:DM_BTREE_CURSOR_MAX_DEPTH (Results 1 – 2 of 2) sorted by relevance
187 #define DM_BTREE_CURSOR_MAX_DEPTH 16 macro200 struct cursor_node nodes[DM_BTREE_CURSOR_MAX_DEPTH];
1028 if (c->depth >= DM_BTREE_CURSOR_MAX_DEPTH - 1) { in push_node()