find_minlength    134 ext/pcre/pcrelib/pcre_study.c     d = find_minlength(re, cc, startcode, options, recurses);
find_minlength    418 ext/pcre/pcrelib/pcre_study.c             dd = find_minlength(re, cs, startcode, options, &this_recurse);
find_minlength    454 ext/pcre/pcrelib/pcre_study.c           d = find_minlength(re, cs, startcode, options, &this_recurse);
find_minlength    516 ext/pcre/pcrelib/pcre_study.c         branchlength += find_minlength(re, cs, startcode, options,
find_minlength   1542 ext/pcre/pcrelib/pcre_study.c switch(min = find_minlength(re, code, code, re->options, NULL))