Home
last modified time | relevance | path

Searched refs:startcode (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c84 const pcre_uchar *startcode, int options, recurse_check *recurses, in find_minlength() argument
138 d = find_minlength(re, cc, startcode, options, recurses, countptr); in find_minlength()
398 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0)); in find_minlength()
422 dd = find_minlength(re, cs, startcode, options, &this_recurse, in find_minlength()
438 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1)); in find_minlength()
459 d = find_minlength(re, cs, startcode, options, &this_recurse, in find_minlength()
508 cs = ce = (pcre_uchar *)startcode + GET(cc, 1); in find_minlength()
522 branchlength += find_minlength(re, cs, startcode, options, in find_minlength()

Completed in 9 milliseconds