Home
last modified time | relevance | path

Searched refs:end_subject (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_exec.c133 if (is_subject && length > md->end_subject - p) length = md->end_subject - p; in pchars()
173 if (eptr >= md->end_subject) in match_ref()
2114 if (eptr < md->end_subject) in match()
2346 if (eptr >= md->end_subject) in match()
2363 if (eptr >= md->end_subject) in match()
2380 if (eptr >= md->end_subject) in match()
2397 if (eptr >= md->end_subject) in match()
6378 PCRE_PUCHAR end_subject; in pcre_exec() local
6555 end_subject = md->end_subject; in pcre_exec()
6766 end_subject = t; in pcre_exec()
[all …]
H A Dpcre_internal.h2544 PCRE_PUCHAR end_subject; /* End of the subject string */ member
2571 const pcre_uchar *end_subject; /* End of subject string */ member

Completed in 33 milliseconds