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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_internal.h281 testing for newlines. NLBLOCK, PSSTART, and PSEND are defined in the various
292 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
293 ((p) < NLBLOCK->PSEND && \
294 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
295 &(NLBLOCK->nllen), utf)) \
297 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \
298 (p)[0] == NLBLOCK->nl[0] && \
299 (NLBLOCK
[all...]
H A Dpcre_dfa_exec.c79 #define NLBLOCK md /* Block containing newline information */ macro
900 NLBLOCK->nltype == NLTYPE_FIXED &&
901 NLBLOCK->nllen == 2 &&
902 c == NLBLOCK->nl[0])
940 NLBLOCK->nltype == NLTYPE_FIXED &&
941 NLBLOCK->nllen == 2 &&
942 c == NLBLOCK->nl[0])
965 NLBLOCK->nltype == NLTYPE_FIXED &&
966 NLBLOCK->nllen == 2 &&
967 c == NLBLOCK
[all...]
H A Dpcre_exec.c48 #define NLBLOCK md /* Block containing newline information */ macro
2080 NLBLOCK->nltype == NLTYPE_FIXED &&
2081 NLBLOCK->nllen == 2 &&
2082 *eptr == NLBLOCK->nl[0])
2124 NLBLOCK->nltype == NLTYPE_FIXED &&
2125 NLBLOCK->nllen == 2 &&
2126 *eptr == NLBLOCK->nl[0])
2267 NLBLOCK->nltype == NLTYPE_FIXED &&
2268 NLBLOCK->nllen == 2 &&
2269 *eptr == NLBLOCK
[all...]
H A Dpcre_compile.c49 #define NLBLOCK cd /* Block containing newline information */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_internal.h281 testing for newlines. NLBLOCK, PSSTART, and PSEND are defined in the various
292 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
293 ((p) < NLBLOCK->PSEND && \
294 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
295 &(NLBLOCK->nllen), utf)) \
297 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \
298 (p)[0] == NLBLOCK->nl[0] && \
299 (NLBLOCK
[all...]
H A Dpcre_dfa_exec.c79 #define NLBLOCK md /* Block containing newline information */ macro
900 NLBLOCK->nltype == NLTYPE_FIXED &&
901 NLBLOCK->nllen == 2 &&
902 c == NLBLOCK->nl[0])
940 NLBLOCK->nltype == NLTYPE_FIXED &&
941 NLBLOCK->nllen == 2 &&
942 c == NLBLOCK->nl[0])
965 NLBLOCK->nltype == NLTYPE_FIXED &&
966 NLBLOCK->nllen == 2 &&
967 c == NLBLOCK
[all...]
H A Dpcre_exec.c48 #define NLBLOCK md /* Block containing newline information */ macro
2080 NLBLOCK->nltype == NLTYPE_FIXED &&
2081 NLBLOCK->nllen == 2 &&
2082 *eptr == NLBLOCK->nl[0])
2124 NLBLOCK->nltype == NLTYPE_FIXED &&
2125 NLBLOCK->nllen == 2 &&
2126 *eptr == NLBLOCK->nl[0])
2267 NLBLOCK->nltype == NLTYPE_FIXED &&
2268 NLBLOCK->nllen == 2 &&
2269 *eptr == NLBLOCK
[all...]
H A Dpcre_compile.c49 #define NLBLOCK cd /* Block containing newline information */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_internal.h281 testing for newlines. NLBLOCK, PSSTART, and PSEND are defined in the various
292 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
293 ((p) < NLBLOCK->PSEND && \
294 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
295 &(NLBLOCK->nllen), utf)) \
297 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \
298 (p)[0] == NLBLOCK->nl[0] && \
299 (NLBLOCK
[all...]
H A Dpcre_dfa_exec.c79 #define NLBLOCK md /* Block containing newline information */ macro
900 NLBLOCK->nltype == NLTYPE_FIXED &&
901 NLBLOCK->nllen == 2 &&
902 c == NLBLOCK->nl[0])
940 NLBLOCK->nltype == NLTYPE_FIXED &&
941 NLBLOCK->nllen == 2 &&
942 c == NLBLOCK->nl[0])
965 NLBLOCK->nltype == NLTYPE_FIXED &&
966 NLBLOCK->nllen == 2 &&
967 c == NLBLOCK
[all...]
H A Dpcre_exec.c48 #define NLBLOCK md /* Block containing newline information */ macro
2080 NLBLOCK->nltype == NLTYPE_FIXED &&
2081 NLBLOCK->nllen == 2 &&
2082 *eptr == NLBLOCK->nl[0])
2124 NLBLOCK->nltype == NLTYPE_FIXED &&
2125 NLBLOCK->nllen == 2 &&
2126 *eptr == NLBLOCK->nl[0])
2267 NLBLOCK->nltype == NLTYPE_FIXED &&
2268 NLBLOCK->nllen == 2 &&
2269 *eptr == NLBLOCK
[all...]
H A Dpcre_compile.c49 #define NLBLOCK cd /* Block containing newline information */ macro

Completed in 190 milliseconds