Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c134 int ptr_num; member
1147 (msa).ptr_num = PTR_NUM_SIZE(reg);\
1158 (msa).ptr_num = PTR_NUM_SIZE(reg);\
1172 + (sizeof(StackIndex) * msa->ptr_num));\
1176 else if (msa->ptr_num > ALLOCA_PTR_NUM_LIMIT) {\
1178 alloc_base = (char* )xmalloc(sizeof(StackIndex) * msa->ptr_num\
1182 + (sizeof(StackIndex) * msa->ptr_num));\
1188 alloc_base = (char* )xalloca(sizeof(StackIndex) * msa->ptr_num\
1192 + (sizeof(StackIndex) * msa->ptr_num));\
1202 size_t size = sizeof(StackIndex) * msa->ptr_num \
[all …]

Completed in 30 milliseconds