Home
last modified time | relevance | path

Searched refs:NLBLOCK (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_internal.h314 ((p) < NLBLOCK->PSEND && \
315 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
316 &(NLBLOCK->nllen), utf)) \
318 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \
320 (NLBLOCK->nllen == 1 || UCHAR21TEST(p+1) == NLBLOCK->nl[1]) \
328 ((p) > NLBLOCK->PSSTART && \
329 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
330 &(NLBLOCK->nllen), utf)) \
332 ((p) >= NLBLOCK->PSSTART + NLBLOCK->nllen && \
333 UCHAR21TEST(p - NLBLOCK->nllen) == NLBLOCK->nl[0] && \
[all …]
H A Dpcre_exec.c2121 NLBLOCK->nllen == 2 && in match()
2165 NLBLOCK->nllen == 2 && in match()
2308 NLBLOCK->nllen == 2 && in match()
4393 NLBLOCK->nllen == 2 && in match()
4646 NLBLOCK->nllen == 2 && in match()
4647 *eptr == NLBLOCK->nl[0]) in match()
5158 NLBLOCK->nllen == 2 && in match()
5159 c == NLBLOCK->nl[0]) in match()
5283 NLBLOCK->nllen == 2 && in match()
5284 c == NLBLOCK->nl[0]) in match()
[all …]
H A Dpcre_compile.c47 #define NLBLOCK cd /* Block containing newline information */ macro

Completed in 48 milliseconds