Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_exec.c1322 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 …]
Dpcre.h.in425 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
Dpcre.h.generic425 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 */
Dpcregexp.pas283 subject_length, start_match, current_position, capture_top,
Dpcre_dfa_exec.c2716 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()
Dpcretest.c2280 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()
Dpcre_jit_compile.c6322 callout_block->start_match = (pcre_uchar*)callout_block->subject - arguments->begin; in do_callout()
/external/pcre/
Dpcre.h425 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/
Dpcre.txt4411 int start_match;
4441 The start_match field normally contains the offset within the subject