repeat_min 4458 ext/pcre/pcrelib/pcre_compile.c int repeat_min = 0, repeat_max = 0; /* To please picky compilers */ repeat_min 5600 ext/pcre/pcrelib/pcre_compile.c ptr = read_repeat_counts(ptr+1, &repeat_min, &repeat_max, errorcodeptr); repeat_min 5605 ext/pcre/pcrelib/pcre_compile.c repeat_min = 0; repeat_min 5610 ext/pcre/pcrelib/pcre_compile.c repeat_min = 1; repeat_min 5615 ext/pcre/pcrelib/pcre_compile.c repeat_min = 0; repeat_min 5625 ext/pcre/pcrelib/pcre_compile.c if (repeat_min == 0) repeat_min 5635 ext/pcre/pcrelib/pcre_compile.c reqvary = (repeat_min == repeat_max)? 0 : REQ_VARY; repeat_min 5760 ext/pcre/pcrelib/pcre_compile.c if (*previous <= OP_CHARI && repeat_min > 1) repeat_min 5807 ext/pcre/pcrelib/pcre_compile.c if (repeat_min == 0) repeat_min 5823 ext/pcre/pcrelib/pcre_compile.c else if (repeat_min == 1) repeat_min 5842 ext/pcre/pcrelib/pcre_compile.c PUT2INC(code, 0, repeat_min); repeat_min 5875 ext/pcre/pcrelib/pcre_compile.c else if (repeat_max != repeat_min) repeat_min 5891 ext/pcre/pcrelib/pcre_compile.c repeat_max -= repeat_min; repeat_min 5945 ext/pcre/pcrelib/pcre_compile.c if (repeat_min == 0 && repeat_max == -1) repeat_min 5947 ext/pcre/pcrelib/pcre_compile.c else if (repeat_min == 1 && repeat_max == -1) repeat_min 5949 ext/pcre/pcrelib/pcre_compile.c else if (repeat_min == 0 && repeat_max == 1) repeat_min 5954 ext/pcre/pcrelib/pcre_compile.c PUT2INC(code, 0, repeat_min); repeat_min 5990 ext/pcre/pcrelib/pcre_compile.c if (repeat_min > 0) goto END_REPEAT; repeat_min 6001 ext/pcre/pcrelib/pcre_compile.c if (repeat_min == 0) repeat_min 6078 ext/pcre/pcrelib/pcre_compile.c if (repeat_min > 1) repeat_min 6087 ext/pcre/pcrelib/pcre_compile.c int delta = (repeat_min - 1)*length_prevgroup; repeat_min 6088 ext/pcre/pcrelib/pcre_compile.c if ((INT64_OR_DOUBLE)(repeat_min - 1)* repeat_min 6112 ext/pcre/pcrelib/pcre_compile.c for (i = 1; i < repeat_min; i++) repeat_min 6139 ext/pcre/pcrelib/pcre_compile.c if (repeat_max > 0) repeat_max -= repeat_min; repeat_min 6338 ext/pcre/pcrelib/pcre_compile.c if (repeat_min < 2) possessive_quantifier = FALSE;