Searched refs:pattern_position (Results 1 – 11 of 11) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_pattern_info.c | 401 cb.pattern_position = GET(cc, 1); in pcre2_callout_enumerate() 413 cb.pattern_position = GET(cc, 1); in pcre2_callout_enumerate()
|
D | pcre2.h.in | 528 PCRE2_SIZE pattern_position; /* Offset to next item in the pattern */ \ 542 PCRE2_SIZE pattern_position; /* Offset to next item in the pattern */ \
|
D | pcre2.h.generic | 528 PCRE2_SIZE pattern_position; /* Offset to next item in the pattern */ \ 542 PCRE2_SIZE pattern_position; /* Offset to next item in the pattern */ \
|
D | pcre2test.c | 4390 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()
|
D | pcre2_dfa_match.c | 371 cb->pattern_position = GET(code, 1 + extracode); in do_callout()
|
D | pcre2_match.c | 300 cb->pattern_position = GET(Fecode, 1); in do_callout()
|
D | pcre2_jit_compile.c | 9619 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/ |
D | pcre.h | 353 int pattern_position; /* Offset to next item in the pattern */ member 375 int pattern_position; /* Offset to next item in the pattern */ member
|
D | pcre_dfa_exec.c | 2671 cb.pattern_position = GET(code, LINK_SIZE + 3); in internal_dfa_exec() 3020 cb.pattern_position = GET(code, 2); in internal_dfa_exec()
|
D | pcre_exec.c | 1268 cb.pattern_position = GET(ecode, LINK_SIZE + 3); in match() 1691 cb.pattern_position = GET(ecode, 2); in match()
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 4660 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
|