Searched refs:startcode (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 82 const pcre_uchar *startcode, int options, recurse_check *recurses, in find_minlength() argument 136 d = find_minlength(re, cc, startcode, options, recurses, countptr); in find_minlength() 396 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0)); in find_minlength() 420 dd = find_minlength(re, cs, startcode, options, &this_recurse, in find_minlength() 436 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1)); in find_minlength() 457 d = find_minlength(re, cs, startcode, options, &this_recurse, in find_minlength() 506 cs = ce = (pcre_uchar *)startcode + GET(cc, 1); in find_minlength() 520 branchlength += find_minlength(re, cs, startcode, options, in find_minlength()
|
Completed in 7 milliseconds