Lines Matching refs:state_check_buff
379 void* state_check_buff; member
411 (msa).state_check_buff = (void* )xmalloc(size);\
413 (msa).state_check_buff = (void* )xalloca(size);\
414 xmemset(((char* )((msa).state_check_buff)+(offset)), 0, \
419 (msa).state_check_buff = (void* )0;\
424 (msa).state_check_buff = (void* )0;\
432 if ((msa).state_check_buff) xfree((msa).state_check_buff);\
545 if (state_check_buff != NULL) {\
547 (v) = state_check_buff[x/8] & (1<<(x%8));\
556 state_check_buff[x/8] |= (1<<(x%8)); \
582 stk->u.state.state_check = ((state_check_buff != NULL) ? (snum) : 0);\
587 if (state_check_buff != NULL) {\
1445 unsigned char* state_check_buff = msa->state_check_buff; in match_at() local
3703 msa.state_check_buff = (void* )0; in onig_search()