Searched refs:find_minlength (Results 1 – 1 of 1) sorted by relevance
/PHP-5.5/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 83 find_minlength(const REAL_PCRE *re, const pcre_uchar *code, in find_minlength() function 138 d = find_minlength(re, cc, startcode, options, recurses, countptr); in find_minlength() 422 dd = find_minlength(re, cs, startcode, options, &this_recurse, in find_minlength() 459 d = find_minlength(re, cs, startcode, options, &this_recurse, in find_minlength() 522 branchlength += find_minlength(re, cs, startcode, options, in find_minlength() 1549 switch(min = find_minlength(re, code, code, re->options, NULL, &count)) in pcre_study()
|
Completed in 7 milliseconds