HomeSort by relevance Sort by last modified time
    Searched full:end_subject (Results 1 - 5 of 5) 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...]
pcre_internal.h 1726 USPTR end_subject; \/* End of the subject string *\/ member in struct:match_data
1747 const uschar *end_subject; \/* End of subject string *\/ member in struct:dfa_match_data
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
uniq.inp 377 (eptr == md->end_subject - 1 && *eptr != '\n'))
378 (eptr == md->end_subject - 1 && *eptr != '\n'))
560 BOOL cur_is_word = (eptr < md->end_subject) &&
561 BOOL cur_is_word = (eptr < md->end_subject) &&
714 c = md->end_subject - eptr;
838 const uschar *end_subject;
978 end_subject = match_block.end_subject;
1093 if ((ims & PCRE_DOTALL) == 0 && eptr < md->end_subject && *eptr == '\n')
1135 if (c > md->end_subject - eptr
    [all...]
uniq.good 19 (eptr == md->end_subject - 1 && *eptr != '\n'))
160 BOOL cur_is_word = (eptr < md->end_subject) &&
235 c = md->end_subject - eptr;
328 const uschar *end_subject;
369 end_subject = match_block.end_subject;
424 if ((ims & PCRE_DOTALL) == 0 && eptr < md->end_subject && *eptr == '\n')
462 if (c > md->end_subject - eptr)
468 if (eptr < md->end_subject - 1 ||
469 if (eptr < md->end_subject)
    [all...]

Completed in 427 milliseconds