state_check_buff  356 ext/mbstring/oniguruma/regexec.c         (msa).state_check_buff = (void* )xmalloc(size);\
state_check_buff  358 ext/mbstring/oniguruma/regexec.c         (msa).state_check_buff = (void* )xalloca(size);\
state_check_buff  359 ext/mbstring/oniguruma/regexec.c       xmemset(((char* )((msa).state_check_buff)+(offset)), 0, \
state_check_buff  364 ext/mbstring/oniguruma/regexec.c       (msa).state_check_buff = (void* )0;\
state_check_buff  369 ext/mbstring/oniguruma/regexec.c     (msa).state_check_buff = (void* )0;\
state_check_buff  377 ext/mbstring/oniguruma/regexec.c     if ((msa).state_check_buff) xfree((msa).state_check_buff);\
state_check_buff  490 ext/mbstring/oniguruma/regexec.c   if (state_check_buff != NULL) {\
state_check_buff  492 ext/mbstring/oniguruma/regexec.c     (v) = state_check_buff[x/8] & (1<<(x%8));\
state_check_buff  501 ext/mbstring/oniguruma/regexec.c     state_check_buff[x/8] |= (1<<(x%8));				\
state_check_buff  527 ext/mbstring/oniguruma/regexec.c   stk->u.state.state_check = ((state_check_buff != NULL) ? (snum) : 0);\
state_check_buff  532 ext/mbstring/oniguruma/regexec.c   if (state_check_buff != NULL) {\
state_check_buff 1263 ext/mbstring/oniguruma/regexec.c   unsigned char* state_check_buff = msa->state_check_buff;
state_check_buff 3552 ext/mbstring/oniguruma/regexec.c       msa.state_check_buff = (void* )0;
state_check_buff  752 ext/mbstring/oniguruma/regint.h   void* state_check_buff;