Searched refs:start_match (Results 1 – 8 of 8) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_dfa_match.c | 362 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 …]
|
D | pcre2_match.c | 181 #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 …]
|
D | pcre2_intmodedep.h | 824 PCRE2_SPTR start_match; /* Can be adjusted by \K */ member
|
D | pcre2test.c | 5997 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()
|
D | pcre2.h.in | 529 PCRE2_SIZE start_match; /* Offset to start of this match attempt */ \
|
D | pcre2.h.generic | 529 PCRE2_SIZE start_match; /* Offset to start of this match attempt */ \
|
D | pcre2_jit_compile.c | 8224 callout_block->start_match = jit_ovector[0] - begin; in do_callout()
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 4313 PCRE2_SIZE start_match; 4398 The start_match field normally contains the offset within the subject
|