Home
last modified time | relevance | path

Searched refs:max_offset_count (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist/
Dpcre_jit_compile.c10390 int max_offset_count; in PRIV() local
10427 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() local
10520 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()