Searched refs:max_offset_count (Results 1 – 1 of 1) sorted by relevance
10377 int max_offset_count; in PRIV() local10414 max_offset_count = functions->top_bracket; in PRIV()10415 if (offset_count > max_offset_count) in PRIV()10416 offset_count = max_offset_count; in PRIV()10464 int max_offset_count; in pcre_jit_exec() local10507 max_offset_count = functions->top_bracket; in pcre_jit_exec()10508 if (offset_count > max_offset_count) in pcre_jit_exec()10509 offset_count = max_offset_count; in pcre_jit_exec()
Completed in 25 milliseconds