Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c89 recurse_check this_recurse; in find_minlength() local
416 this_recurse.prev = recurses; in find_minlength()
417 this_recurse.group = cs; in find_minlength()
418 dd = find_minlength(re, cs, startcode, options, &this_recurse); in find_minlength()
452 this_recurse.prev = recurses; in find_minlength()
453 this_recurse.group = cs; in find_minlength()
454 d = find_minlength(re, cs, startcode, options, &this_recurse); in find_minlength()
514 this_recurse.prev = recurses; in find_minlength()
515 this_recurse.group = cs; in find_minlength()
517 &this_recurse); in find_minlength()
H A Dpcre_compile.c1721 recurse_check this_recurse; in find_fixedlength() local
1787 this_recurse.prev = recurses; in find_fixedlength()
1788 this_recurse.group = cs; in find_fixedlength()
1789 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd, &this_recurse); in find_fixedlength()
2381 recurse_check this_recurse; in could_be_empty_branch() local
2445 this_recurse.prev = recurses; in could_be_empty_branch()
2446 this_recurse.group = scode; in could_be_empty_branch()
2450 if (could_be_empty_branch(scode, endcode, utf, cd, &this_recurse)) in could_be_empty_branch()

Completed in 28 milliseconds