Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/oniguruma/
H A Dregexec.c390 stk_alloc = (OnigStackType* )(msa->stack_p);\
391 stk_base = stk_alloc;\
398 stk_alloc = (OnigStackType* )(alloc_addr + sizeof(char*) * (ptr_num));\
399 stk_base = stk_alloc;\
406 if (stk_base != stk_alloc) {\
429 OnigStackType** arg_stk, OnigStackType* stk_alloc, OnigMatchArg* msa) in stack_double() argument
439 if (stk_base == stk_alloc && IS_NULL(msa->stack_p)) { in stack_double()
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 11 milliseconds