repeat_min       4460 ext/pcre/pcrelib/pcre_compile.c int repeat_min = 0, repeat_max = 0;      /* To please picky compilers */
repeat_min       5602 ext/pcre/pcrelib/pcre_compile.c     ptr = read_repeat_counts(ptr+1, &repeat_min, &repeat_max, errorcodeptr);
repeat_min       5607 ext/pcre/pcrelib/pcre_compile.c     repeat_min = 0;
repeat_min       5612 ext/pcre/pcrelib/pcre_compile.c     repeat_min = 1;
repeat_min       5617 ext/pcre/pcrelib/pcre_compile.c     repeat_min = 0;
repeat_min       5627 ext/pcre/pcrelib/pcre_compile.c     if (repeat_min == 0)
repeat_min       5637 ext/pcre/pcrelib/pcre_compile.c     reqvary = (repeat_min == repeat_max)? 0 : REQ_VARY;
repeat_min       5762 ext/pcre/pcrelib/pcre_compile.c         if (*previous <= OP_CHARI && repeat_min > 1)
repeat_min       5809 ext/pcre/pcrelib/pcre_compile.c       if (repeat_min == 0)
repeat_min       5825 ext/pcre/pcrelib/pcre_compile.c       else if (repeat_min == 1)
repeat_min       5844 ext/pcre/pcrelib/pcre_compile.c         PUT2INC(code, 0, repeat_min);
repeat_min       5877 ext/pcre/pcrelib/pcre_compile.c         else if (repeat_max != repeat_min)
repeat_min       5893 ext/pcre/pcrelib/pcre_compile.c           repeat_max -= repeat_min;
repeat_min       5947 ext/pcre/pcrelib/pcre_compile.c       if (repeat_min == 0 && repeat_max == -1)
repeat_min       5949 ext/pcre/pcrelib/pcre_compile.c       else if (repeat_min == 1 && repeat_max == -1)
repeat_min       5951 ext/pcre/pcrelib/pcre_compile.c       else if (repeat_min == 0 && repeat_max == 1)
repeat_min       5956 ext/pcre/pcrelib/pcre_compile.c         PUT2INC(code, 0, repeat_min);
repeat_min       5992 ext/pcre/pcrelib/pcre_compile.c         if (repeat_min > 0) goto END_REPEAT;
repeat_min       6003 ext/pcre/pcrelib/pcre_compile.c       if (repeat_min == 0)
repeat_min       6080 ext/pcre/pcrelib/pcre_compile.c         if (repeat_min > 1)
repeat_min       6089 ext/pcre/pcrelib/pcre_compile.c             int delta = (repeat_min - 1)*length_prevgroup;
repeat_min       6090 ext/pcre/pcrelib/pcre_compile.c             if ((INT64_OR_DOUBLE)(repeat_min - 1)*
repeat_min       6114 ext/pcre/pcrelib/pcre_compile.c             for (i = 1; i < repeat_min; i++)
repeat_min       6141 ext/pcre/pcrelib/pcre_compile.c         if (repeat_max > 0) repeat_max -= repeat_min;
repeat_min       6340 ext/pcre/pcrelib/pcre_compile.c             if (repeat_min < 2) possessive_quantifier = FALSE;