Home
last modified time | relevance | path

Searched refs:pattern_position (Results 1 – 11 of 11) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_pattern_info.c401 cb.pattern_position = GET(cc, 1); in pcre2_callout_enumerate()
413 cb.pattern_position = GET(cc, 1); in pcre2_callout_enumerate()
Dpcre2.h.in528 PCRE2_SIZE pattern_position; /* Offset to next item in the pattern */ \
542 PCRE2_SIZE pattern_position; /* Offset to next item in the pattern */ \
Dpcre2.h.generic528 PCRE2_SIZE pattern_position; /* Offset to next item in the pattern */ \
542 PCRE2_SIZE pattern_position; /* Offset to next item in the pattern */ \
Dpcre2test.c4390 pbuffer8 + cb->pattern_position); in callout_callback()
6282 fprintf(outfile, "%+3d ", (int)cb->pattern_position); in callout_function()
6283 if (cb->pattern_position > 99) fprintf(outfile, "\n "); in callout_function()
6307 pbuffer8 + cb->pattern_position); in callout_function()
Dpcre2_dfa_match.c371 cb->pattern_position = GET(code, 1 + extracode); in do_callout()
Dpcre2_match.c300 cb->pattern_position = GET(Fecode, 1); in do_callout()
Dpcre2_jit_compile.c9619 OP1(mov_opcode, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(pattern_position), SLJIT_IMM, GET(cc, 1)); in compile_callout_matchingpath()
/third_party/glib/glib/pcre/
Dpcre.h353 int pattern_position; /* Offset to next item in the pattern */ member
375 int pattern_position; /* Offset to next item in the pattern */ member
Dpcre_dfa_exec.c2671 cb.pattern_position = GET(code, LINK_SIZE + 3); in internal_dfa_exec()
3020 cb.pattern_position = GET(code, 2); in internal_dfa_exec()
Dpcre_exec.c1268 cb.pattern_position = GET(ecode, LINK_SIZE + 3); in match()
1691 cb.pattern_position = GET(ecode, 2); in match()
/third_party/pcre2/pcre2/doc/
Dpcre2.txt4660 PCRE2_SIZE pattern_position;
4753 The pattern_position field contains the offset in the pattern string to
4768 The pattern_position and next_item_length fields are intended to help
4843 pattern_position Offset to next item in pattern
4855 Note that the value of pattern_position is unique for each callout.
4860 more than once, but with the same value for pattern_position in each