Home
last modified time | relevance | path

Searched refs:xo_stack_size (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libxo/libxo-0.6.1/libxo/
H A Dlibxo.c271 int xo_stack_size; /* Size of the stack */ member
567 if (depth >= xop->xo_stack_size) { in xo_depth_check()
576 int count = depth - xop->xo_stack_size; in xo_depth_check()
578 bzero(xsp + xop->xo_stack_size, count * sizeof(*xsp)); in xo_depth_check()
579 xop->xo_stack_size = depth; in xo_depth_check()