Searched refs:this_recurse (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist/ |
D | pcre_study.c | 91 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()
|
D | pcre_compile.c | 1740 recurse_check this_recurse; in find_fixedlength() local 1806 this_recurse.prev = recurses; in find_fixedlength() 1807 this_recurse.group = cs; in find_fixedlength() 1808 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd, &this_recurse); in find_fixedlength() 2400 recurse_check this_recurse; in could_be_empty_branch() local 2464 this_recurse.prev = recurses; in could_be_empty_branch() 2465 this_recurse.group = scode; in could_be_empty_branch() 2469 if (could_be_empty_branch(scode, endcode, utf, cd, &this_recurse)) in could_be_empty_branch()
|