repeat_max 4460 ext/pcre/pcrelib/pcre_compile.c int repeat_min = 0, repeat_max = 0; /* To please picky compilers */ repeat_max 5602 ext/pcre/pcrelib/pcre_compile.c ptr = read_repeat_counts(ptr+1, &repeat_min, &repeat_max, errorcodeptr); repeat_max 5608 ext/pcre/pcrelib/pcre_compile.c repeat_max = -1; repeat_max 5613 ext/pcre/pcrelib/pcre_compile.c repeat_max = -1; repeat_max 5618 ext/pcre/pcrelib/pcre_compile.c repeat_max = 1; repeat_max 5637 ext/pcre/pcrelib/pcre_compile.c reqvary = (repeat_min == repeat_max)? 0 : REQ_VARY; repeat_max 5800 ext/pcre/pcrelib/pcre_compile.c if (repeat_max == 0) goto END_REPEAT; repeat_max 5811 ext/pcre/pcrelib/pcre_compile.c if (repeat_max == -1) *code++ = OP_STAR + repeat_type; repeat_max 5812 ext/pcre/pcrelib/pcre_compile.c else if (repeat_max == 1) *code++ = OP_QUERY + repeat_type; repeat_max 5816 ext/pcre/pcrelib/pcre_compile.c PUT2INC(code, 0, repeat_max); repeat_max 5827 ext/pcre/pcrelib/pcre_compile.c if (repeat_max == -1) repeat_max 5832 ext/pcre/pcrelib/pcre_compile.c if (repeat_max == 1) goto END_REPEAT; repeat_max 5834 ext/pcre/pcrelib/pcre_compile.c PUT2INC(code, 0, repeat_max - 1); repeat_max 5852 ext/pcre/pcrelib/pcre_compile.c if (repeat_max < 0) repeat_max 5877 ext/pcre/pcrelib/pcre_compile.c else if (repeat_max != repeat_min) repeat_max 5893 ext/pcre/pcrelib/pcre_compile.c repeat_max -= repeat_min; repeat_max 5895 ext/pcre/pcrelib/pcre_compile.c if (repeat_max == 1) repeat_max 5902 ext/pcre/pcrelib/pcre_compile.c PUT2INC(code, 0, repeat_max); repeat_max 5941 ext/pcre/pcrelib/pcre_compile.c if (repeat_max == 0) repeat_max 5947 ext/pcre/pcrelib/pcre_compile.c if (repeat_min == 0 && repeat_max == -1) repeat_max 5949 ext/pcre/pcrelib/pcre_compile.c else if (repeat_min == 1 && repeat_max == -1) repeat_max 5951 ext/pcre/pcrelib/pcre_compile.c else if (repeat_min == 0 && repeat_max == 1) repeat_max 5957 ext/pcre/pcrelib/pcre_compile.c if (repeat_max == -1) repeat_max = 0; /* 2-byte encoding for max */ repeat_max 5958 ext/pcre/pcrelib/pcre_compile.c PUT2INC(code, 0, repeat_max); repeat_max 5993 ext/pcre/pcrelib/pcre_compile.c if (repeat_max < 0 || repeat_max > 1) repeat_max = 1; repeat_max 6027 ext/pcre/pcrelib/pcre_compile.c if (repeat_max <= 1) /* Covers 0, 1, and unlimited */ repeat_max 6033 ext/pcre/pcrelib/pcre_compile.c if (repeat_max == 0) repeat_max 6068 ext/pcre/pcrelib/pcre_compile.c repeat_max--; repeat_max 6141 ext/pcre/pcrelib/pcre_compile.c if (repeat_max > 0) repeat_max -= repeat_min; repeat_max 6151 ext/pcre/pcrelib/pcre_compile.c if (repeat_max >= 0) repeat_max 6160 ext/pcre/pcrelib/pcre_compile.c if (lengthptr != NULL && repeat_max > 0) repeat_max 6162 ext/pcre/pcrelib/pcre_compile.c int delta = repeat_max * (length_prevgroup + 1 + 2 + 2*LINK_SIZE) - repeat_max 6164 ext/pcre/pcrelib/pcre_compile.c if ((INT64_OR_DOUBLE)repeat_max * repeat_max 6177 ext/pcre/pcrelib/pcre_compile.c else for (i = repeat_max - 1; i >= 0; i--)