Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c1105 repeat_stk = (StackIndex* )alloc_base;\
1106 empty_check_stk = (StackIndex* )(repeat_stk + reg->num_repeat);\
1111 #define SAVE_REPEAT_STK_VAR(sid) stk->u.repeat_inc.prev_index = repeat_stk[sid]
1112 #define LOAD_TO_REPEAT_STK_VAR(sid) repeat_stk[sid] = GET_STACK_INDEX(stk)
1113 #define POP_REPEAT_INC else if (stk->type == STK_REPEAT_INC) {repeat_stk[stk->zid] = stk->u.repeat…
2166 (c) = (STACK_AT(repeat_stk[sid]))->u.repeat_inc.count;\
2714 StackIndex *repeat_stk; in match_at() local
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY1333 nested STK_REPEAT type stack can't backtrack repeat_stk[].

Completed in 23 milliseconds