HomeSort by relevance Sort by last modified time
    Searched refs:end_subject (Results 1 - 2 of 2) sorted by null

  /external/pcre/
pcre_exec.c 51 #define PSEND end_subject /* Field containing processed string end */
123 if (is_subject && length > md->end_subject - p) length = md->end_subject - p;
155 if (eptr >= md->end_subject)
169 if (length > md->end_subject - eptr) return FALSE;
425 if (md->partial != 0 && eptr >= md->end_subject && \
441 the md structure (e.g. utf8, end_subject) into individual variables to improve
918 cb.subject_length = (int)(md->end_subject - md->start_subject);
5620 USPTR end_subject; local
    [all...]
pcre_dfa_exec.c 82 #define PSEND end_subject /* Field containing processed string end */
398 const uschar *end_subject = md->end_subject; local
586 if (ptr < end_subject)
827 ptr != end_subject &&
834 if (ptr >= end_subject)
2825 const uschar *current_subject, *end_subject, *lcc; local
    [all...]

Completed in 2397 milliseconds