Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_exec.c1301 cb.offset_vector = md->offset_vector; in match()
1466 md->offset_vector[offset] = in match()
1711 cb.offset_vector = md->offset_vector; in match()
1992 md->offset_vector[offset] = in match()
2723 length = md->offset_vector[offset+1] - md->offset_vector[offset]; in match()
2739 length = md->offset_vector[offset+1] - md->offset_vector[offset]; in match()
6671 else md->offset_vector = offsets; in pcre_exec()
6682 if (md->offset_vector != NULL) in pcre_exec()
6686 if (iend < md->offset_vector + 2) iend = md->offset_vector + 2; in pcre_exec()
7069 (PUBL(free))(md->offset_vector); in pcre_exec()
[all …]
H A Dpcre.h422 int *offset_vector; /* The offset vector */ member
444 int *offset_vector; /* The offset vector */ member
466 int *offset_vector; /* The offset vector */ member
H A Dpcre_jit_compile.c7131 int *offset_vector = arguments->offsets; in do_callout() local
7144 callout_block->current_position = (pcre_uchar*)callout_block->offset_vector - arguments->begin; in do_callout()
7155 callout_block->offset_vector = offset_vector; in do_callout()
7158 offset_vector[i] = jit_ovector[i] - begin; in do_callout()
7159 offset_vector[i + 1] = jit_ovector[i + 1] - begin; in do_callout()
7166 offset_vector[0] = -1; in do_callout()
7168 offset_vector[1] = -1; in do_callout()
7196 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(offset_vector), STR_PTR, 0); in compile_callout_matchingpath()
H A Dpcre_internal.h2517 int *offset_vector; /* Offset vector */ member
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt4416 int *offset_vector;
4441 The offset_vector field is a pointer to the vector of offsets that was

Completed in 171 milliseconds