Home
last modified time | relevance | path

Searched refs:find_minlength (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() function
132 d = find_minlength(cc, startcode, options, recurse_depth); in find_minlength()
392 d = find_minlength(cs, startcode, options, recurse_depth); in find_minlength()
440 branchlength += find_minlength(cs, startcode, options, recurse_depth + 1); in find_minlength()
1425 switch(min = find_minlength(code, code, re->options, 0)) in pcre_study()

Completed in 9 milliseconds