Searched refs:ef_ndeep (Results 1 – 2 of 2) sorted by relevance
86 f->ef_ndeep = -1; in stack_check()87 } else if (f->ef_ndeep + 1 >= f->ef_mxdeep) { in stack_check()117 f->ef_ndeep = -1; in stack_free()133 f->ef_ndeep++; in stack_new_group()134 f->ef_depth[f->ef_ndeep].efd_obj = 0; in stack_new_group()135 f->ef_depth[f->ef_ndeep].efd_nobjs = nobjs; in stack_new_group()158 if (f->ef_ndeep < 0) { in stack_next_object()166 if (++f->ef_depth[f->ef_ndeep].efd_obj < in stack_next_object()167 f->ef_depth[f->ef_ndeep].efd_nobjs) { in stack_next_object()177 while (f->ef_ndeep >= 0 && in stack_next_object()[all …]
58 int ef_ndeep; /* current depth in allocated stack */ member