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

  /external/pcre/dist2/src/
pcre2_internal.h 488 testing for newlines. NLBLOCK, PSSTART, and PSEND are defined in the various
500 ((p) < NLBLOCK->PSEND && \
501 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
504 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \
    [all...]
pcre2_dfa_match.c 81 #define PSEND end_subject /* Field containing processed string end */
    [all...]
pcre2_compile.c 48 #define PSEND end_pattern /* Field containing processed string end */
    [all...]
pcre2_match.c 48 #define PSEND end_subject /* Field containing processed string end */
    [all...]

Completed in 114 milliseconds