repeat_range_alloc 672 ext/mbstring/oniguruma/oniguruma.h int repeat_range_alloc; repeat_range_alloc 656 ext/mbstring/oniguruma/regcomp.c if (reg->repeat_range_alloc == 0) { repeat_range_alloc 660 ext/mbstring/oniguruma/regcomp.c reg->repeat_range_alloc = REPEAT_RANGE_ALLOC; repeat_range_alloc 662 ext/mbstring/oniguruma/regcomp.c else if (reg->repeat_range_alloc <= id) { repeat_range_alloc 664 ext/mbstring/oniguruma/regcomp.c n = reg->repeat_range_alloc + REPEAT_RANGE_ALLOC; repeat_range_alloc 669 ext/mbstring/oniguruma/regcomp.c reg->repeat_range_alloc = n; repeat_range_alloc 5294 ext/mbstring/oniguruma/regcomp.c reg->repeat_range_alloc = 0;