Searched refs:find_minlength (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_study.c | 82 find_minlength(const REAL_PCRE *re, const pcre_uchar *code, in find_minlength() function 133 d = find_minlength(re, cc, startcode, options, recurse_depth); in find_minlength() 404 int dd = find_minlength(re, cs, startcode, options, recurse_depth); in find_minlength() 428 d = find_minlength(re, cs, startcode, options, recurse_depth); in find_minlength() 481 branchlength += find_minlength(re, cs, startcode, options, in find_minlength() 1506 switch(min = find_minlength(re, code, code, re->options, 0)) in pcre_study()
|