Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c1607 read_repeat_counts(const pcre_uchar *p, int *minp, int *maxp, int *errorcodeptr) in read_repeat_counts() function
5602 ptr = read_repeat_counts(ptr+1, &repeat_min, &repeat_max, errorcodeptr); in compile_branch()