Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/oniguruma/
H A Dregexec.c331 (msa).stack_p = (void* )0;\
339 (msa).stack_p = (void* )0;\
375 if ((msa).stack_p) xfree((msa).stack_p);\
382 #define MATCH_ARG_FREE(msa) if ((msa).stack_p) xfree((msa).stack_p)
388 if (msa->stack_p) {\
390 stk_alloc = (OnigStackType* )(msa->stack_p);\
407 msa->stack_p = stk_base;\
439 if (stk_base == stk_alloc && IS_NULL(msa->stack_p)) { in stack_double()
H A Dregint.h742 void* stack_p; member

Completed in 16 milliseconds