Searched refs:max_offset_count (Results 1 – 1 of 1) sorted by relevance
10390 int max_offset_count; in PRIV() local10427 max_offset_count = functions->top_bracket; in PRIV()10428 if (offset_count > max_offset_count) in PRIV()10429 offset_count = max_offset_count; in PRIV()10477 int max_offset_count; in pcre_jit_exec() local10520 max_offset_count = functions->top_bracket; in pcre_jit_exec()10521 if (offset_count > max_offset_count) in pcre_jit_exec()10522 offset_count = max_offset_count; in pcre_jit_exec()