Searched defs:max_offset_count (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c10390 int max_offset_count; variable
10427 max_offset_count = functions->top_bracket;
10428 if (offset_count > max_offset_count)
10429 offset_count = max_offset_count;
10477 int max_offset_count; local
10520 max_offset_count = functions->top_bracket;
10521 if (offset_count > max_offset_count)
10522 offset_count = max_offset_count;

Completed in 1686 milliseconds