Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/libxo/libxo/
HDlibxo.c279 int xo_stack_size; /* Size of the stack */ member
584 if (depth >= xop->xo_stack_size) { in xo_depth_check()
593 int count = depth - xop->xo_stack_size; in xo_depth_check()
595 bzero(xsp + xop->xo_stack_size, count * sizeof(*xsp)); in xo_depth_check()
596 xop->xo_stack_size = depth; in xo_depth_check()