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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c50 #define PSEND end_subject /* Field containing processed string end */
135 if (is_subject && length > md->end_subject - p) length = md->end_subject - p;
175 if (eptr >= md->end_subject)
215 if (eptr >= md->end_subject) return -2; /* Partial match */
239 if (eptr >= md->end_subject) return -2; /* Partial match */
256 if (eptr >= md->end_subject) return -2; /* Partial match */
474 if (md->partial != 0 && eptr >= md->end_subject && \
490 the md structure (e.g. utf, end_subject) into individual variables to improve
1309 cb.subject_length = (int)(md->end_subject
6380 PCRE_PUCHAR end_subject; local
[all...]
H A Dpcre_dfa_exec.c81 #define PSEND end_subject /* Field containing processed string end */
424 const pcre_uchar *end_subject = md->end_subject; local
618 if (ptr < end_subject)
871 (ptr != end_subject && WAS_NEWLINE(ptr)))
877 if (ptr >= end_subject)
906 if (ptr + 1 >= md->end_subject &&
931 else if (clen == 0 || (IS_NEWLINE(ptr) && ptr == end_subject - md->nllen))
943 (ptr == end_subject - md->nllen)
946 else if (ptr + 1 >= md->end_subject
3196 const pcre_uchar *current_subject, *end_subject; local
[all...]

Completed in 87 milliseconds