HomeSort by relevance Sort by last modified time
    Searched refs:this_recurse (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist2/src/
pcre2_study.c 103 recurse_check this_recurse; local
485 this_recurse.prev = recurses;
486 this_recurse.group = cs;
487 dd = find_minlength(re, cs, startcode, utf, &this_recurse, countptr);
525 this_recurse.prev = recurses;
526 this_recurse.group = cs;
527 d = find_minlength(re, cs, startcode, utf, &this_recurse, countptr);
601 this_recurse.prev = recurses;
602 this_recurse.group = cs;
603 prev_recurse_d = find_minlength(re, cs, startcode, utf, &this_recurse,
    [all...]
pcre2_compile.c 902 recurse_check this_recurse; local
1374 recurse_check this_recurse; local
    [all...]

Completed in 1012 milliseconds