Home
last modified time | relevance | path

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

/PHP-5.4/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()
6688 md->offset_vector[0] = md->offset_vector[1] = -1; 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.c6325 int *offset_vector = arguments->offsets; in do_callout() local
6338 callout_block->current_position = (pcre_uchar*)callout_block->offset_vector - arguments->begin; in do_callout()
6349 callout_block->offset_vector = offset_vector; in do_callout()
6352 offset_vector[i] = jit_ovector[i] - begin; in do_callout()
6353 offset_vector[i + 1] = jit_ovector[i + 1] - begin; in do_callout()
6360 offset_vector[0] = -1; in do_callout()
6362 offset_vector[1] = -1; in do_callout()
6390 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(offset_vector), STR_PTR, 0); in compile_callout_matchingpath()
H A Dpcre_internal.h2512 int *offset_vector; /* Offset vector */ member
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt4406 int *offset_vector;
4431 The offset_vector field is a pointer to the vector of offsets that was

Completed in 78 milliseconds