Searched refs:countptr (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_study.c | 104 PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr, in find_minlength() argument 130 if ((*countptr)++ > 1000) return -1; in find_minlength() 186 d = find_minlength(re, cc, startcode, utf, recurses, countptr, in find_minlength() 207 prev_cap_d = find_minlength(re, cc, startcode, utf, recurses, countptr, in find_minlength() 522 countptr, backref_cache); in find_minlength() 580 d = find_minlength(re, cs, startcode, utf, &this_recurse, countptr, in find_minlength() 665 countptr, backref_cache); in find_minlength()
|
H A D | pcre2_compile.c | 5201 int *countptr, int *errorcodeptr, compile_block *cb) in find_dupname_details() argument 5244 *countptr = count; in find_dupname_details()
|
Completed in 46 milliseconds