Searched refs:NLBLOCK (Results 1 - 4 of 4) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_internal.h302 testing for newlines. NLBLOCK, PSSTART, and PSEND are defined in the various
313 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
314 ((p) < NLBLOCK->PSEND && \
315 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
316 &(NLBLOCK->nllen), utf)) \
318 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \
319 UCHAR21TEST(p) == NLBLOCK->nl[0] && \
320 (NLBLOCK
[all...]
H A Dpcre_dfa_exec.c79 #define NLBLOCK md /* Block containing newline information */ macro
908 NLBLOCK->nltype == NLTYPE_FIXED &&
909 NLBLOCK->nllen == 2 &&
910 c == NLBLOCK->nl[0])
948 NLBLOCK->nltype == NLTYPE_FIXED &&
949 NLBLOCK->nllen == 2 &&
950 c == NLBLOCK->nl[0])
973 NLBLOCK->nltype == NLTYPE_FIXED &&
974 NLBLOCK->nllen == 2 &&
975 c == NLBLOCK
[all...]
H A Dpcre_exec.c48 #define NLBLOCK md /* Block containing newline information */ macro
2115 NLBLOCK->nltype == NLTYPE_FIXED &&
2116 NLBLOCK->nllen == 2 &&
2117 UCHAR21TEST(eptr) == NLBLOCK->nl[0])
2159 NLBLOCK->nltype == NLTYPE_FIXED &&
2160 NLBLOCK->nllen == 2 &&
2161 UCHAR21TEST(eptr) == NLBLOCK->nl[0])
2302 NLBLOCK->nltype == NLTYPE_FIXED &&
2303 NLBLOCK->nllen == 2 &&
2304 UCHAR21TEST(eptr) == NLBLOCK
[all...]
H A Dpcre_compile.c49 #define NLBLOCK cd /* Block containing newline information */ macro

Completed in 69 milliseconds