Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c146 #define REPEAT_UNLIMITED (MAX_REPEAT_COUNT+1) macro
922 if (max != REPEAT_UNLIMITED) in show_parsed()
931 if (max != REPEAT_UNLIMITED) in show_parsed()
940 if (max != REPEAT_UNLIMITED) in show_parsed()
1328 int32_t max = REPEAT_UNLIMITED; /* This value is larger than MAX_REPEAT_COUNT */ in read_repeat_counts()
6397 repeat_max = REPEAT_UNLIMITED; in compile_branch()
6404 repeat_max = REPEAT_UNLIMITED; in compile_branch()
6529 if (repeat_min == 0 && repeat_max == REPEAT_UNLIMITED) in compile_branch()
6531 else if (repeat_min == 1 && repeat_max == REPEAT_UNLIMITED) in compile_branch()
6539 if (repeat_max == REPEAT_UNLIMITED) repeat_max = 0; /* 2-byte encoding for max */ in compile_branch()
[all …]