Searched refs:state_log_top (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h580 int state_log_top; member in struct:__anon5502
H A Dregexec.c829 mctx.state_log_top = mctx.nbkref_ents = mctx.max_mb_elem_len = 0;
1714 int top = mctx->state_log_top;
1730 mctx->state_log_top = next_state_log_idx;
2316 if (cur_idx > mctx->state_log_top)
2319 mctx->state_log_top = cur_idx;
2394 int max = mctx->state_log_top;

Completed in 26 milliseconds