Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c4390 int repeat_min = 0, repeat_max = 0; /* To please picky compilers */ in compile_branch() local
5500 ptr = read_repeat_counts(ptr+1, &repeat_min, &repeat_max, errorcodeptr); in compile_branch()
5505 repeat_min = 0; in compile_branch()
5510 repeat_min = 1; in compile_branch()
5515 repeat_min = 0; in compile_branch()
5525 if (repeat_min == 0) in compile_branch()
5535 reqvary = (repeat_min == repeat_max)? 0 : REQ_VARY; in compile_branch()
5660 if (*previous <= OP_CHARI && repeat_min > 1) in compile_branch()
5707 if (repeat_min == 0) in compile_branch()
5723 else if (repeat_min == 1) in compile_branch()
[all …]