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

  /external/pcre/dist/
pcre_internal.h 302 testing for newlines. NLBLOCK, PSSTART, and PSEND are defined in the various
314 ((p) < NLBLOCK->PSEND && \
315 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
318 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \
    [all...]
pcre_dfa_exec.c 81 #define PSEND end_subject /* Field containing processed string end */
    [all...]
pcre_compile.c 51 #define PSEND end_pattern /* Field containing pattern end */
    [all...]
pcre_exec.c 50 #define PSEND end_subject /* Field containing processed string end */
    [all...]

Completed in 184 milliseconds