repeat_max       4458 ext/pcre/pcrelib/pcre_compile.c int repeat_min = 0, repeat_max = 0;      /* To please picky compilers */
repeat_max       5600 ext/pcre/pcrelib/pcre_compile.c     ptr = read_repeat_counts(ptr+1, &repeat_min, &repeat_max, errorcodeptr);
repeat_max       5606 ext/pcre/pcrelib/pcre_compile.c     repeat_max = -1;
repeat_max       5611 ext/pcre/pcrelib/pcre_compile.c     repeat_max = -1;
repeat_max       5616 ext/pcre/pcrelib/pcre_compile.c     repeat_max = 1;
repeat_max       5635 ext/pcre/pcrelib/pcre_compile.c     reqvary = (repeat_min == repeat_max)? 0 : REQ_VARY;
repeat_max       5798 ext/pcre/pcrelib/pcre_compile.c       if (repeat_max == 0) goto END_REPEAT;
repeat_max       5809 ext/pcre/pcrelib/pcre_compile.c         if (repeat_max == -1) *code++ = OP_STAR + repeat_type;
repeat_max       5810 ext/pcre/pcrelib/pcre_compile.c           else if (repeat_max == 1) *code++ = OP_QUERY + repeat_type;
repeat_max       5814 ext/pcre/pcrelib/pcre_compile.c           PUT2INC(code, 0, repeat_max);
repeat_max       5825 ext/pcre/pcrelib/pcre_compile.c         if (repeat_max == -1)
repeat_max       5830 ext/pcre/pcrelib/pcre_compile.c           if (repeat_max == 1) goto END_REPEAT;
repeat_max       5832 ext/pcre/pcrelib/pcre_compile.c           PUT2INC(code, 0, repeat_max - 1);
repeat_max       5850 ext/pcre/pcrelib/pcre_compile.c         if (repeat_max < 0)
repeat_max       5875 ext/pcre/pcrelib/pcre_compile.c         else if (repeat_max != repeat_min)
repeat_max       5891 ext/pcre/pcrelib/pcre_compile.c           repeat_max -= repeat_min;
repeat_max       5893 ext/pcre/pcrelib/pcre_compile.c           if (repeat_max == 1)
repeat_max       5900 ext/pcre/pcrelib/pcre_compile.c             PUT2INC(code, 0, repeat_max);
repeat_max       5939 ext/pcre/pcrelib/pcre_compile.c       if (repeat_max == 0)
repeat_max       5945 ext/pcre/pcrelib/pcre_compile.c       if (repeat_min == 0 && repeat_max == -1)
repeat_max       5947 ext/pcre/pcrelib/pcre_compile.c       else if (repeat_min == 1 && repeat_max == -1)
repeat_max       5949 ext/pcre/pcrelib/pcre_compile.c       else if (repeat_min == 0 && repeat_max == 1)
repeat_max       5955 ext/pcre/pcrelib/pcre_compile.c         if (repeat_max == -1) repeat_max = 0;  /* 2-byte encoding for max */
repeat_max       5956 ext/pcre/pcrelib/pcre_compile.c         PUT2INC(code, 0, repeat_max);
repeat_max       5991 ext/pcre/pcrelib/pcre_compile.c         if (repeat_max < 0 || repeat_max > 1) repeat_max = 1;
repeat_max       6025 ext/pcre/pcrelib/pcre_compile.c         if (repeat_max <= 1)    /* Covers 0, 1, and unlimited */
repeat_max       6031 ext/pcre/pcrelib/pcre_compile.c           if (repeat_max == 0)
repeat_max       6066 ext/pcre/pcrelib/pcre_compile.c         repeat_max--;
repeat_max       6139 ext/pcre/pcrelib/pcre_compile.c         if (repeat_max > 0) repeat_max -= repeat_min;
repeat_max       6149 ext/pcre/pcrelib/pcre_compile.c       if (repeat_max >= 0)
repeat_max       6158 ext/pcre/pcrelib/pcre_compile.c         if (lengthptr != NULL && repeat_max > 0)
repeat_max       6160 ext/pcre/pcrelib/pcre_compile.c           int delta = repeat_max * (length_prevgroup + 1 + 2 + 2*LINK_SIZE) -
repeat_max       6162 ext/pcre/pcrelib/pcre_compile.c           if ((INT64_OR_DOUBLE)repeat_max *
repeat_max       6175 ext/pcre/pcrelib/pcre_compile.c         else for (i = repeat_max - 1; i >= 0; i--)