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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c91 recurse_check this_recurse; local
420 this_recurse.prev = recurses;
421 this_recurse.group = cs;
422 dd = find_minlength(re, cs, startcode, options, &this_recurse,
457 this_recurse.prev = recurses;
458 this_recurse.group = cs;
459 d = find_minlength(re, cs, startcode, options, &this_recurse,
520 this_recurse.prev = recurses;
521 this_recurse.group = cs;
523 &this_recurse, countpt
[all...]
H A Dpcre_compile.c1743 recurse_check this_recurse; local
1809 this_recurse.prev = recurses;
1810 this_recurse.group = cs;
1811 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd, &this_recurse);
2403 recurse_check this_recurse; local
2467 this_recurse.prev = recurses;
2468 this_recurse.group = scode;
2472 if (could_be_empty_branch(scode, endcode, utf, cd, &this_recurse))

Completed in 66 milliseconds