Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c356 (msa).state_check_buff = (void* )xmalloc(size);\
358 (msa).state_check_buff = (void* )xalloca(size);\
364 (msa).state_check_buff = (void* )0;\
369 (msa).state_check_buff = (void* )0;\
377 if ((msa).state_check_buff) xfree((msa).state_check_buff);\
490 if (state_check_buff != NULL) {\
492 (v) = state_check_buff[x/8] & (1<<(x%8));\
501 state_check_buff[x/8] |= (1<<(x%8)); \
532 if (state_check_buff != NULL) {\
1263 unsigned char* state_check_buff = msa->state_check_buff; in match_at() local
[all …]
H A Dregint.h744 void* state_check_buff; member
H A DHISTORY195 reduce initialization area of state_check_buff.

Completed in 24 milliseconds