Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_internal.h318 ((p) < NLBLOCK->PSEND && \
319 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
320 &(NLBLOCK->nllen), utf)) \
322 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \
324 (NLBLOCK->nllen == 1 || UCHAR21TEST(p+1) == NLBLOCK->nl[1]) \
332 ((p) > NLBLOCK->PSSTART && \
333 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
334 &(NLBLOCK->nllen), utf)) \
336 ((p) >= NLBLOCK->PSSTART + NLBLOCK->nllen && \
337 UCHAR21TEST(p - NLBLOCK->nllen) == NLBLOCK->nl[0] && \
[all …]
H A Dpcre_exec.c2123 NLBLOCK->nllen == 2 && in match()
2167 NLBLOCK->nllen == 2 && in match()
2310 NLBLOCK->nllen == 2 && in match()
4395 NLBLOCK->nllen == 2 && in match()
4648 NLBLOCK->nllen == 2 && in match()
4649 *eptr == NLBLOCK->nl[0]) in match()
5160 NLBLOCK->nllen == 2 && in match()
5161 c == NLBLOCK->nl[0]) in match()
5285 NLBLOCK->nllen == 2 && in match()
5286 c == NLBLOCK->nl[0]) in match()
[all …]
H A Dpcre_compile.c49 #define NLBLOCK cd /* Block containing newline information */ macro

Completed in 37 milliseconds