Searched refs:countptr (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_study.c | 93 PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr) in find_minlength() argument 117 if ((*countptr)++ > 1000) return -1; in find_minlength() 169 d = find_minlength(re, cc, startcode, utf, recurses, countptr); in find_minlength() 189 prev_cap_d = find_minlength(re, cc, startcode, utf, recurses, countptr); in find_minlength() 487 dd = find_minlength(re, cs, startcode, utf, &this_recurse, countptr); in find_minlength() 527 d = find_minlength(re, cs, startcode, utf, &this_recurse, countptr); in find_minlength() 604 countptr); in find_minlength()
|
D | pcre2_compile.c | 897 recurse_check *recurses, int *countptr) in find_fixedlength() argument 927 if ((*countptr)++ > 2000) return FFL_TOOCOMPLICATED; in find_fixedlength() 952 d = find_fixedlength(cc, utf, atend, cb, recurses, countptr); in find_fixedlength() 1002 d = find_fixedlength(cs, utf, atend, cb, &this_recurse, countptr); in find_fixedlength() 1369 compile_block *cb, BOOL atend, recurse_check *recurses, int *countptr) in could_be_empty_branch() argument 1399 if ((*countptr)++ > 1100) return CBE_TOOCOMPLICATED; in could_be_empty_branch() 1463 &this_recurse, countptr); in could_be_empty_branch() 1524 recurses, countptr); in could_be_empty_branch()
|