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

  /external/pcre/dist2/src/
pcre2_jit_match.c 107 uint32_t max_oveccount;
158 max_oveccount = functions->top_bracket;
159 if (oveccount > max_oveccount)
160 oveccount = max_oveccount;
pcre2test.c 803 static uint32_t max_oveccount; variable
    [all...]

Completed in 830 milliseconds