Searched refs:start_match (Results 1 – 8 of 8) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_dfa_match.c | 369 cb->start_match = (PCRE2_SIZE)(current_subject - mb->start_subject); in do_callout() 3249 PCRE2_SPTR start_match; in pcre2_dfa_match() local 3358 start_match = subject + start_offset; in pcre2_dfa_match() 3360 req_cu_ptr = start_match - 1; in pcre2_dfa_match() 3482 PCRE2_SPTR check_subject = start_match; /* start_match includes offset */ in pcre2_dfa_match() 3488 if (start_match < end_subject && NOT_FIRSTCU(*start_match)) in pcre2_dfa_match() 3610 PCRE2_SPTR t = start_match; in pcre2_dfa_match() 3634 BOOL ok = start_match < end_subject; in pcre2_dfa_match() 3637 PCRE2_UCHAR c = UCHAR21TEST(start_match); in pcre2_dfa_match() 3667 while (start_match < end_subject && in pcre2_dfa_match() [all …]
|
D | pcre2_match.c | 182 #define Fstart_match F->start_match 6130 PCRE2_SPTR start_match = subject + start_offset; in pcre2_match() local 6131 PCRE2_SPTR req_cu_ptr = start_match - 1; in pcre2_match() 6290 if (start_match < end_subject && NOT_FIRSTCU(*start_match)) in pcre2_match() 6305 for (i = re->max_lookbehind; i > 0 && start_match > subject; i--) in pcre2_match() 6307 start_match--; in pcre2_match() 6308 while (start_match > subject && in pcre2_match() 6310 (*start_match & 0xc0) == 0x80) in pcre2_match() 6312 (*start_match & 0xfc00) == 0xdc00) in pcre2_match() 6314 start_match--; in pcre2_match() [all …]
|
D | pcre2_intmodedep.h | 826 PCRE2_SPTR start_match; /* Can be adjusted by \K */ member
|
D | pcre2test.c | 6248 PCHARS(pre_start, cb->subject, 0, cb->start_match, utf, f); in callout_function() 6253 current_position = (cb->current_position >= cb->start_match)? in callout_function() 6254 cb->current_position : cb->start_match; in callout_function() 6258 PCHARS(post_start, cb->subject, cb->start_match, in callout_function() 6259 current_position - cb->start_match, utf, f); in callout_function()
|
D | pcre2.h.generic | 524 PCRE2_SIZE start_match; /* Offset to start of this match attempt */ \
|
D | pcre2.h.in | 524 PCRE2_SIZE start_match; /* Offset to start of this match attempt */ \
|
D | pcre2_jit_compile.c | 9483 callout_block->start_match = jit_ovector[0] - begin; in do_callout()
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 4634 PCRE2_SIZE start_match; 4719 The start_match field normally contains the offset within the subject
|