Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_study.c91 recurse_check this_recurse; in find_minlength() local
420 this_recurse.prev = recurses; in find_minlength()
421 this_recurse.group = cs; in find_minlength()
422 dd = find_minlength(re, cs, startcode, options, &this_recurse, in find_minlength()
457 this_recurse.prev = recurses; in find_minlength()
458 this_recurse.group = cs; in find_minlength()
459 d = find_minlength(re, cs, startcode, options, &this_recurse, in find_minlength()
520 this_recurse.prev = recurses; in find_minlength()
521 this_recurse.group = cs; in find_minlength()
523 &this_recurse, countptr); in find_minlength()
H A Dpcre_compile.c1741 recurse_check this_recurse; in find_fixedlength() local
1807 this_recurse.prev = recurses; in find_fixedlength()
1808 this_recurse.group = cs; in find_fixedlength()
1809 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd, &this_recurse); in find_fixedlength()
2401 recurse_check this_recurse; in could_be_empty_branch() local
2465 this_recurse.prev = recurses; in could_be_empty_branch()
2466 this_recurse.group = scode; in could_be_empty_branch()
2470 if (could_be_empty_branch(scode, endcode, utf, cd, &this_recurse)) in could_be_empty_branch()

Completed in 27 milliseconds