Home
last modified time | relevance | path

Searched refs:start_match (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_dfa_match.c369 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 …]
Dpcre2_match.c182 #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 …]
Dpcre2_intmodedep.h826 PCRE2_SPTR start_match; /* Can be adjusted by \K */ member
Dpcre2test.c6248 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()
Dpcre2.h.generic524 PCRE2_SIZE start_match; /* Offset to start of this match attempt */ \
Dpcre2.h.in524 PCRE2_SIZE start_match; /* Offset to start of this match attempt */ \
Dpcre2_jit_compile.c9483 callout_block->start_match = jit_ovector[0] - begin; in do_callout()
/external/pcre/dist2/doc/
Dpcre2.txt4634 PCRE2_SIZE start_match;
4719 The start_match field normally contains the offset within the subject