Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_study.c89 recurse_check this_recurse; in find_minlength() local
418 this_recurse.prev = recurses; in find_minlength()
419 this_recurse.group = cs; in find_minlength()
420 dd = find_minlength(re, cs, startcode, options, &this_recurse, in find_minlength()
455 this_recurse.prev = recurses; in find_minlength()
456 this_recurse.group = cs; in find_minlength()
457 d = find_minlength(re, cs, startcode, options, &this_recurse, in find_minlength()
518 this_recurse.prev = recurses; in find_minlength()
519 this_recurse.group = cs; in find_minlength()
521 &this_recurse, countptr); in find_minlength()
H A Dpcre_compile.c1738 recurse_check this_recurse; in find_fixedlength() local
1804 this_recurse.prev = recurses; in find_fixedlength()
1805 this_recurse.group = cs; in find_fixedlength()
1806 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd, &this_recurse); in find_fixedlength()
2398 recurse_check this_recurse; in could_be_empty_branch() local
2462 this_recurse.prev = recurses; in could_be_empty_branch()
2463 this_recurse.group = scode; in could_be_empty_branch()
2467 if (could_be_empty_branch(scode, endcode, utf, cd, &this_recurse)) in could_be_empty_branch()

Completed in 29 milliseconds