Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c1106 empty_check_stk = (StackIndex* )(repeat_stk + reg->num_repeat);\
1107 mem_start_stk = (StackIndex* )(empty_check_stk + reg->num_empty_check);\
1115 #define SAVE_EMPTY_CHECK_STK_VAR(sid) stk->u.empty_check.prev_index = empty_check_stk[sid]
1116 #define LOAD_TO_EMPTY_CHECK_STK_VAR(sid) empty_check_stk[sid] = GET_STACK_INDEX(stk)
1117 #define POP_EMPTY_CHECK_START else if (stk->type == STK_EMPTY_CHECK_START) {empty_check_stk[stk->z…
2001 k = STACK_AT(empty_check_stk[sid]);\
2715 StackIndex *empty_check_stk; in match_at() local

Completed in 17 milliseconds