Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/oniguruma/
H A Dregexec.c393 stk_end = stk_base + msa->stack_n;\
401 stk_end = stk_base + (stack_num);\
408 msa->stack_n = stk_end - stk_base;\
432 OnigStackType *x, *stk_base, *stk_end, *stk; in stack_double() local
435 stk_end = *arg_stk_end; in stack_double()
438 n = stk_end - stk_base; in stack_double()
451 if ((unsigned int )(stk_end - stk_base) == MatchStackLimitSize) in stack_double()
469 if (stk_end - stk < (n)) {\
470 int r = stack_double(&stk_base, &stk_end, &stk, stk_alloc, msa);\
1256 OnigStackType *stk_alloc, *stk_base, *stk, *stk_end; in match_at() local

Completed in 17 milliseconds