Lines Matching refs:offset_count

173   int offset_count;  member
2265 OP1(SLJIT_MOV_SI, SLJIT_R1, 0, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, offset_count)); in copy_ovector()
6363 int offset_count = arguments->offset_count; in do_callout() local
6387 for (i = 2; i < offset_count; i += 2) in do_callout()
6396 if (offset_count > 0) in do_callout()
6398 if (offset_count > 1) in do_callout()
10412 int length, int start_offset, int options, int *offsets, int offset_count) in PRIV()
10447 arguments.real_offset_count = offset_count; in PRIV()
10455 if (offset_count != 2) in PRIV()
10456 offset_count = ((offset_count - (offset_count % 3)) * 2) / 3; in PRIV()
10458 if (offset_count > max_offset_count) in PRIV()
10459 offset_count = max_offset_count; in PRIV()
10460 arguments.offset_count = offset_count; in PRIV()
10475 if (retval * 2 > offset_count) in PRIV()
10487 int *offsets, int offset_count, pcre_jit_stack *stack) in pcre_jit_exec() argument
10492 int *offsets, int offset_count, pcre16_jit_stack *stack) in pcre_jit_exec()
10497 int *offsets, int offset_count, pcre32_jit_stack *stack) in pcre_jit_exec()
10540 arguments.real_offset_count = offset_count; in pcre_jit_exec()
10548 if (offset_count != 2) in pcre_jit_exec()
10549 offset_count = ((offset_count - (offset_count % 3)) * 2) / 3; in pcre_jit_exec()
10551 if (offset_count > max_offset_count) in pcre_jit_exec()
10552 offset_count = max_offset_count; in pcre_jit_exec()
10553 arguments.offset_count = offset_count; in pcre_jit_exec()
10558 if (retval * 2 > offset_count) in pcre_jit_exec()