Searched refs:offset_count (Results 1 – 1 of 1) sorted by relevance
173 int offset_count; member6363 int offset_count = arguments->offset_count; in do_callout() local6396 if (offset_count > 0) in do_callout()6398 if (offset_count > 1) in do_callout()10455 if (offset_count != 2) in PRIV()10456 offset_count = ((offset_count - (offset_count % 3)) * 2) / 3; in PRIV()10460 arguments.offset_count = offset_count; in PRIV()10475 if (retval * 2 > offset_count) in PRIV()10548 if (offset_count != 2) in pcre_jit_exec()10549 offset_count = ((offset_count - (offset_count % 3)) * 2) / 3; in pcre_jit_exec()[all …]
Completed in 28 milliseconds