Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c173 int offset_count; member
6363 int offset_count = arguments->offset_count; in do_callout() local
6396 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 34 milliseconds