Searched refs:next_item_length (Results 1 – 11 of 11) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_pattern_info.c | 402 cb.next_item_length = GET(cc, 1 + LINK_SIZE); in pcre2_callout_enumerate() 414 cb.next_item_length = GET(cc, 1 + LINK_SIZE); in pcre2_callout_enumerate()
|
D | pcre2.h.in | 529 PCRE2_SIZE next_item_length; /* Length of next item in the pattern */ \ 543 PCRE2_SIZE next_item_length; /* Length of next item in the pattern */ \
|
D | pcre2.h.generic | 529 PCRE2_SIZE next_item_length; /* Length of next item in the pattern */ \ 543 PCRE2_SIZE next_item_length; /* Length of next item in the pattern */ \
|
D | pcre2test.c | 4389 (int)((cb->next_item_length == 0)? 1 : cb->next_item_length), in callout_callback() 6305 if (cb->next_item_length != 0) in callout_function() 6306 fprintf(outfile, "%.*s", (int)(cb->next_item_length), in callout_function()
|
D | pcre2_dfa_match.c | 372 cb->next_item_length = GET(code, 1 + LINK_SIZE + extracode); in do_callout()
|
D | pcre2_match.c | 301 cb->next_item_length = GET(Fecode, 1 + LINK_SIZE); in do_callout()
|
D | pcre2_jit_compile.c | 9620 OP1(mov_opcode, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(next_item_length), SLJIT_IMM, GET(cc, 1 +… in compile_callout_matchingpath()
|
/third_party/glib/glib/pcre/ |
D | pcre.h | 354 int next_item_length; /* Length of next item in the pattern */ member 376 int next_item_length; /* Length of next item in the pattern */ member
|
D | pcre_dfa_exec.c | 2672 cb.next_item_length = GET(code, 3 + 2*LINK_SIZE); in internal_dfa_exec() 3021 cb.next_item_length = GET(code, 2 + LINK_SIZE); in internal_dfa_exec()
|
D | pcre_exec.c | 1269 cb.next_item_length = GET(ecode, 3 + 2*LINK_SIZE); in match() 1692 cb.next_item_length = GET(ecode, 2 + LINK_SIZE); in match()
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 4661 PCRE2_SIZE next_item_length; 4756 The next_item_length field contains the length of the next item to be 4768 The pattern_position and next_item_length fields are intended to help 4844 next_item_length Length of next item in pattern
|