Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c379 void* state_check_buff; member
411 (msa).state_check_buff = (void* )xmalloc(size);\
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)); \
587 if (state_check_buff != NULL) {\
1445 unsigned char* state_check_buff = msa->state_check_buff; in match_at() local
[all …]
H A DHISTORY82 reduce initialization area of state_check_buff.

Completed in 22 milliseconds