Searched defs:offset_count (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c173 int offset_count; member in struct:jit_arguments
2214 OP1(SLJIT_MOV_SI, SLJIT_R1, 0, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, offset_count));
6311 int offset_count = arguments->offset_count; local
6335 for (i = 2; i < offset_count; i += 2)
6344 if (offset_count > 0)
6346 if (offset_count > 1)
10382 int length, int start_offset, int options, int *offsets, int offset_count)
10417 arguments.real_offset_count = offset_count;
10419 /* pcre_exec() rounds offset_count t
10455 pcre_jit_exec(const pcre *argument_re, const pcre_extra *extra_data, PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, int offset_count, pcre_jit_stack *stack) argument
[all...]

Completed in 69 milliseconds