Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c81 find_minlength(const pcre_uchar *code, const pcre_uchar *startcode, int options, in find_minlength() argument
132 d = find_minlength(cc, startcode, options, recurse_depth); in find_minlength()
382 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1)); in find_minlength()
392 d = find_minlength(cs, startcode, options, recurse_depth); in find_minlength()
434 cs = ce = (pcre_uchar *)startcode + GET(cc, 1); in find_minlength()
440 branchlength += find_minlength(cs, startcode, options, recurse_depth + 1); in find_minlength()

Completed in 8 milliseconds