Searched refs:countptr (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_study.c | 102 PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr, in find_minlength() argument 127 if ((*countptr)++ > 1000) return -1; in find_minlength() 178 d = find_minlength(re, cc, startcode, utf, recurses, countptr, in find_minlength() 199 prev_cap_d = find_minlength(re, cc, startcode, utf, recurses, countptr, in find_minlength() 504 countptr, backref_cache); in find_minlength() 558 d = find_minlength(re, cs, startcode, utf, &this_recurse, countptr, in find_minlength() 643 countptr, backref_cache); in find_minlength()
|
D | pcre2_compile.c | 4832 int *countptr, int *errorcodeptr, compile_block *cb) in find_dupname_details() argument 4875 *countptr = count; in find_dupname_details()
|