Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c369 void* stack_p; member
386 (msa).stack_p = (void* )0;\
394 (msa).stack_p = (void* )0;\
430 if ((msa).stack_p) xfree((msa).stack_p);\
437 #define MATCH_ARG_FREE(msa) if ((msa).stack_p) xfree((msa).stack_p)
443 if (msa->stack_p) {\
445 stk_alloc = (StackType* )(msa->stack_p);\
462 msa->stack_p = stk_base;\
494 if (stk_base == stk_alloc && IS_NULL(msa->stack_p)) { in stack_double()
1214 if (! IS_NULL(ta->msa->stack_p) && ta->stk_base != ta->msa->stack_p) in trap_ensure()

Completed in 11 milliseconds