Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_exec.c6788 start_match++; in pcre_exec()
6791 start_match++; in pcre_exec()
6803 while (start_match < end_subject && !WAS_NEWLINE(start_match)) in pcre_exec()
6806 ACROSSCHAR(start_match < end_subject, *start_match, in pcre_exec()
6812 while (start_match < end_subject && !WAS_NEWLINE(start_match)) in pcre_exec()
6813 start_match++; in pcre_exec()
6823 start_match++; in pcre_exec()
6838 start_match++; in pcre_exec()
6923 pchars(start_match, end_subject - start_match, TRUE, md); in pcre_exec()
6936 rc = match(start_match, md->start_code, start_match, 2, md, NULL, 0); in pcre_exec()
[all …]
H A 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
H A Dpcre_jit_compile.c6374 callout_block->start_match = (pcre_uchar*)callout_block->subject - arguments->begin; in do_callout()
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt4422 int start_match;
4452 The start_match field normally contains the offset within the subject

Completed in 135 milliseconds