Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_study.c81 find_minlength(const REAL_PCRE *re, const pcre_uchar *code, in find_minlength() function
136 d = find_minlength(re, cc, startcode, options, recurses, countptr); in find_minlength()
420 dd = find_minlength(re, cs, startcode, options, &this_recurse, in find_minlength()
457 d = find_minlength(re, cs, startcode, options, &this_recurse, in find_minlength()
520 branchlength += find_minlength(re, cs, startcode, options, in find_minlength()
1547 switch(min = find_minlength(re, code, code, re->options, NULL, &count)) in pcre_study()

Completed in 7 milliseconds