Searched refs:offset_vector (Results 1 – 5 of 5) sorted by relevance
1299 cb.offset_vector = md->offset_vector; in match()1464 md->offset_vector[offset] = in match()1709 cb.offset_vector = md->offset_vector; in match()1990 md->offset_vector[offset] = in match()2721 length = md->offset_vector[offset+1] - md->offset_vector[offset]; in match()2737 length = md->offset_vector[offset+1] - md->offset_vector[offset]; in match()6669 else md->offset_vector = offsets; in pcre_exec()6680 if (md->offset_vector != NULL) in pcre_exec()6684 if (iend < md->offset_vector + 2) iend = md->offset_vector + 2; in pcre_exec()7067 (PUBL(free))(md->offset_vector); in pcre_exec()[all …]
422 int *offset_vector; /* The offset vector */ member444 int *offset_vector; /* The offset vector */ member466 int *offset_vector; /* The offset vector */ member
6362 int *offset_vector = arguments->offsets; in do_callout() local6375 callout_block->current_position = (pcre_uchar*)callout_block->offset_vector - arguments->begin; in do_callout()6386 callout_block->offset_vector = offset_vector; in do_callout()6389 offset_vector[i] = jit_ovector[i] - begin; in do_callout()6390 offset_vector[i + 1] = jit_ovector[i + 1] - begin; in do_callout()6397 offset_vector[0] = -1; in do_callout()6399 offset_vector[1] = -1; in do_callout()6427 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(offset_vector), STR_PTR, 0); in compile_callout_matchingpath()
2517 int *offset_vector; /* Offset vector */ member
4417 int *offset_vector;4442 The offset_vector field is a pointer to the vector of offsets that was
Completed in 77 milliseconds