Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregexec.c358 (msa).state_check_buff = (void* )xmalloc(size);\
360 (msa).state_check_buff = (void* )xalloca(size);\
366 (msa).state_check_buff = (void* )0;\
371 (msa).state_check_buff = (void* )0;\
379 if ((msa).state_check_buff) xfree((msa).state_check_buff);\
536 if (state_check_buff != NULL) {\
538 (v) = state_check_buff[x/8] & (1<<(x%8));\
547 state_check_buff[x/8] |= (1<<(x%8)); \
578 if (state_check_buff != NULL) {\
1314 unsigned char* state_check_buff = msa->state_check_buff; in match_at() local
[all …]
H A Dregint.h727 void* state_check_buff; member
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY307 reduce initialization area of state_check_buff.

Completed in 25 milliseconds