Searched refs:start_match (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist/ |
D | pcre_exec.c | 1322 cb.start_match = (int)(mstart - md->start_subject); in match() 1717 cb.start_match = (int)(mstart - md->start_subject); in match() 6367 PCRE_PUCHAR start_match = (PCRE_PUCHAR)subject + start_offset; in pcre_exec() local 6371 PCRE_PUCHAR req_char_ptr = start_match - 1; in pcre_exec() 6742 PCRE_PUCHAR t = start_match; in pcre_exec() 6773 while (start_match < end_subject && in pcre_exec() 6774 (smc = UCHAR21TEST(start_match)) != first_char && smc != first_char2) in pcre_exec() 6775 start_match++; in pcre_exec() 6777 while (start_match < end_subject && UCHAR21TEST(start_match) != first_char) in pcre_exec() 6778 start_match++; in pcre_exec() [all …]
|
D | pcre.h.in | 425 int start_match; /* Offset to start of this match attempt */ member 447 int start_match; /* Offset to start of this match attempt */ member 469 int start_match; /* Offset to start of this match attempt */ member
|
D | pcre.h.generic | 425 int start_match; /* Offset to start of this match attempt */ 447 int start_match; /* Offset to start of this match attempt */ 469 int start_match; /* Offset to start of this match attempt */
|
D | pcregexp.pas | 283 subject_length, start_match, current_position, capture_top,
|
D | pcre_dfa_exec.c | 2716 cb.start_match = (int)(current_subject - start_subject); in internal_dfa_exec() 3069 cb.start_match = (int)(current_subject - start_subject); in internal_dfa_exec()
|
D | pcretest.c | 2280 PCHARS(pre_start, cb->subject, 0, cb->start_match, f); in callout() 2281 PCHARS(post_start, cb->subject, cb->start_match, in callout() 2282 cb->current_position - cb->start_match, f); in callout()
|
D | pcre_jit_compile.c | 6322 callout_block->start_match = (pcre_uchar*)callout_block->subject - arguments->begin; in do_callout()
|
/external/pcre/ |
D | pcre.h | 425 int start_match; /* Offset to start of this match attempt */ member 447 int start_match; /* Offset to start of this match attempt */ member 469 int start_match; /* Offset to start of this match attempt */ member
|
/external/pcre/dist/doc/ |
D | pcre.txt | 4411 int start_match; 4441 The start_match field normally contains the offset within the subject
|