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

  /external/pcre/dist2/src/
pcre2_dfa_match.c 81 #define PSEND end_subject /* Field containing processed string end */
535 PCRE2_SPTR end_subject = mb->end_subject; local
712 if (ptr < end_subject)
3232 PCRE2_SPTR end_subject; local
    [all...]
pcre2_intmodedep.h 866 PCRE2_SPTR end_subject; \/* End of the subject string *\/ member in struct:match_block
894 PCRE2_SPTR end_subject; \/* End of subject string *\/ member in struct:dfa_match_block
    [all...]
pcre2_match.c 61 #define PSEND end_subject /* Field containing processed string end */
399 if (eptr >= mb->end_subject) return 1; /* Partial match */
423 if (eptr >= mb->end_subject) return 1; /* Partial match */
443 if (eptr >= mb->end_subject) return 1; /* Partial match */
452 if ((PCRE2_SIZE)(mb->end_subject - eptr) < length) return 1; /* Partial */
500 if (mb->partial != 0 && Feptr >= mb->end_subject && \
542 mb structure (e.g. end_subject) into individual variables to improve
825 if (Feptr < mb->end_subject &&
862 Feptr == mb->end_subject - 1 &&
875 if (Feptr >= mb->end_subject) /* DO NOT merge the Feptr++ here; it must *
6020 PCRE2_SPTR end_subject; local
    [all...]
pcre2_jit_compile.c 7227 PCRE2_SPTR end_subject = args->end; local
7286 PCRE2_SPTR end_subject = args->end; local
    [all...]

Completed in 102 milliseconds