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

/macosx-10.10/pcre-7/pcre/
H A Dpcre_exec.c51 #define PSEND end_subject /* Field containing processed string end */
113 if (is_subject && length > md->end_subject - p) length = md->end_subject - p;
145 if (eptr >= md->end_subject)
159 if (length > md->end_subject - eptr) return FALSE;
413 if (md->partial != 0 && eptr >= md->end_subject && eptr > mstart)\
428 the md structure (e.g. utf8, end_subject) into individual variables to improve
829 cb.subject_length = md->end_subject - md->start_subject;
1215 cb.subject_length = md->end_subject - md->start_subject;
1569 (eptr == md->end_subject || !WAS_NEWLIN
5196 USPTR end_subject; local
[all...]
H A Dpcre_dfa_exec.c82 #define PSEND end_subject /* Field containing processed string end */
396 const uschar *end_subject = md->end_subject; local
584 if (ptr < end_subject)
825 ptr != end_subject &&
832 if (ptr >= end_subject) { ADD_ACTIVE(state_offset + 1, 0); }
872 if (clen == 0 || (IS_NEWLINE(ptr) && ptr == end_subject - md->nllen))
882 ((ims & PCRE_MULTILINE) != 0 || ptr == end_subject - md->nllen)
1175 while (nptr < end_subject)
1210 if (ptr + 1 < end_subject
2689 const uschar *current_subject, *end_subject, *lcc; local
[all...]

Completed in 128 milliseconds