Home | History | Annotate | Download | only in Oniguruma

Lines Matching defs:init_size

5288   int r, init_size;

5304 init_size = ((int)(pattern_end - pattern)) * 2;
5305 if (init_size <= 0) init_size = COMPILE_INIT_SIZE;
5306 r = BBUF_INIT(reg, init_size);