Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c4919 uint32_t repeat_min = 0, repeat_max = 0; /* To please picky compilers */ in compile_branch() local
6389 repeat_min = *(++pptr); in compile_branch()
6396 repeat_min = 0; in compile_branch()
6403 repeat_min = 1; in compile_branch()
6410 repeat_min = 0; in compile_branch()
6414 if (previous_matched_char && repeat_min > 0) matched_char = TRUE; in compile_branch()
6419 reqvary = (repeat_min == repeat_max)? 0 : REQ_VARY; in compile_branch()
6424 if (repeat_max == 1 && repeat_min == 1) goto END_REPEAT; in compile_branch()
6428 if (repeat_min == 0) in compile_branch()
6502 if (op_previous <= OP_CHARI && repeat_min > 1) in compile_branch()
[all …]