Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/oniguruma/
H A Dregexec.c445 stk_alloc = (StackType* )(msa->stack_p);\
446 stk_base = stk_alloc;\
453 stk_alloc = (StackType* )(alloc_addr + sizeof(char*) * (ptr_num));\
454 stk_base = stk_alloc;\
461 if (stk_base != stk_alloc) {\
484 StackType** arg_stk, StackType* stk_alloc, MatchArg* msa) in stack_double() argument
494 if (stk_base == stk_alloc && IS_NULL(msa->stack_p)) { in stack_double()
525 int r = stack_double(&stk_base, &stk_end, &stk, stk_alloc, msa);\
1438 StackType *stk_alloc, *stk_base, *stk, *stk_end; in match_at() local

Completed in 13 milliseconds