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.c362 cb->start_match = (PCRE2_SIZE)(current_subject - mb->start_subject); in do_callout()
3231 PCRE2_SPTR start_match; in pcre2_dfa_match() local
3326 start_match = subject + start_offset; in pcre2_dfa_match()
3328 req_cu_ptr = start_match - 1; in pcre2_dfa_match()
3448 PCRE2_SPTR check_subject = start_match; /* start_match includes offset */ in pcre2_dfa_match()
3454 if (start_match < end_subject && NOT_FIRSTCU(*start_match)) in pcre2_dfa_match()
3555 PCRE2_SPTR t = start_match; in pcre2_dfa_match()
3579 BOOL ok = start_match < end_subject; in pcre2_dfa_match()
3582 PCRE2_UCHAR c = UCHAR21TEST(start_match); in pcre2_dfa_match()
3609 while (start_match < end_subject && in pcre2_dfa_match()
[all …]
Dpcre2_match.c181 #define Fstart_match F->start_match
6021 PCRE2_SPTR start_match = subject + start_offset; in pcre2_match() local
6022 PCRE2_SPTR req_cu_ptr = start_match - 1; in pcre2_match()
6110 PCRE2_SPTR check_subject = start_match; /* start_match includes offset */ in pcre2_match()
6116 if (start_match < end_subject && NOT_FIRSTCU(*start_match)) in pcre2_match()
6390 PCRE2_SPTR t = start_match; in pcre2_match()
6414 BOOL ok = start_match < end_subject; in pcre2_match()
6417 PCRE2_UCHAR c = UCHAR21TEST(start_match); in pcre2_match()
6448 while (start_match < end_subject && in pcre2_match()
6449 (smc = UCHAR21TEST(start_match)) != first_cu && in pcre2_match()
[all …]
Dpcre2_intmodedep.h824 PCRE2_SPTR start_match; /* Can be adjusted by \K */ member
Dpcre2test.c5997 PCHARS(pre_start, cb->subject, 0, cb->start_match, utf, f); in callout_function()
6002 current_position = (cb->current_position >= cb->start_match)? in callout_function()
6003 cb->current_position : cb->start_match; in callout_function()
6007 PCHARS(post_start, cb->subject, cb->start_match, in callout_function()
6008 current_position - cb->start_match, utf, f); in callout_function()
Dpcre2.h.in529 PCRE2_SIZE start_match; /* Offset to start of this match attempt */ \
Dpcre2.h.generic529 PCRE2_SIZE start_match; /* Offset to start of this match attempt */ \
Dpcre2_jit_compile.c8224 callout_block->start_match = jit_ovector[0] - begin; in do_callout()
/external/pcre/dist2/doc/
Dpcre2.txt4313 PCRE2_SIZE start_match;
4398 The start_match field normally contains the offset within the subject