Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c117 if (is_subject && length > md->end_subject - p) length = md->end_subject - p; in pchars()
157 if (eptr >= md->end_subject) in match_ref()
2094 if (eptr < md->end_subject) in match()
2326 if (eptr >= md->end_subject) in match()
2343 if (eptr >= md->end_subject) in match()
2360 if (eptr >= md->end_subject) in match()
2377 if (eptr >= md->end_subject) in match()
6265 PCRE_PUCHAR end_subject; in pcre_exec() local
6430 end_subject = md->end_subject; in pcre_exec()
6642 end_subject = t; in pcre_exec()
[all …]
H A Dpcre_internal.h2492 PCRE_PUCHAR end_subject; /* End of the subject string */ member
2519 const pcre_uchar *end_subject; /* End of subject string */ member

Completed in 33 milliseconds