Searched refs:find_minlength (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 82 find_minlength(const REAL_PCRE *re, const pcre_uchar *code, in find_minlength() function 134 d = find_minlength(re, cc, startcode, options, recurses); in find_minlength() 418 dd = find_minlength(re, cs, startcode, options, &this_recurse); in find_minlength() 454 d = find_minlength(re, cs, startcode, options, &this_recurse); in find_minlength() 516 branchlength += find_minlength(re, cs, startcode, options, in find_minlength() 1542 switch(min = find_minlength(re, code, code, re->options, NULL)) in pcre_study()
|
Completed in 7 milliseconds