Lines Matching refs:offset_count
173 int offset_count; member
2241 OP1(SLJIT_MOV_SI, SLJIT_R1, 0, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, offset_count)); in copy_ovector()
6326 int offset_count = arguments->offset_count; in do_callout() local
6350 for (i = 2; i < offset_count; i += 2) in do_callout()
6359 if (offset_count > 0) in do_callout()
6361 if (offset_count > 1) in do_callout()
10369 int length, int start_offset, int options, int *offsets, int offset_count) in PRIV()
10404 arguments.real_offset_count = offset_count; in PRIV()
10412 if (offset_count != 2) in PRIV()
10413 offset_count = ((offset_count - (offset_count % 3)) * 2) / 3; in PRIV()
10415 if (offset_count > max_offset_count) in PRIV()
10416 offset_count = max_offset_count; in PRIV()
10417 arguments.offset_count = offset_count; in PRIV()
10432 if (retval * 2 > offset_count) in PRIV()
10444 int *offsets, int offset_count, pcre_jit_stack *stack) in pcre_jit_exec() argument
10449 int *offsets, int offset_count, pcre16_jit_stack *stack) in pcre_jit_exec()
10454 int *offsets, int offset_count, pcre32_jit_stack *stack) in pcre_jit_exec()
10497 arguments.real_offset_count = offset_count; in pcre_jit_exec()
10505 if (offset_count != 2) in pcre_jit_exec()
10506 offset_count = ((offset_count - (offset_count % 3)) * 2) / 3; 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()
10510 arguments.offset_count = offset_count; in pcre_jit_exec()
10515 if (retval * 2 > offset_count) in pcre_jit_exec()