Searched refs:repeat_min (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_compile.c3862 int repeat_min = 0, repeat_max = 0; /* To please picky compilers */ local
5067 ptr = read_repeat_counts(ptr+1, &repeat_min, &repeat_max, errorcodeptr);
5072 repeat_min = 0;
5077 repeat_min = 1;
5082 repeat_min = 0;
5092 if (repeat_min == 0)
5102 reqvary = (repeat_min == repeat_max)? 0 : REQ_VARY;
5161 if (repeat_max == 1 && repeat_min == 1) goto END_REPEAT;
5221 if (*previous <= OP_CHARI && repeat_min > 1)
5275 if (repeat_min
[all...]

Completed in 48 milliseconds