Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_internal.h320 &(NLBLOCK->nllen), utf)) \
322 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \
324 (NLBLOCK->nllen == 1 || UCHAR21TEST(p+1) == NLBLOCK->nl[1]) \
334 &(NLBLOCK->nllen), utf)) \
336 ((p) >= NLBLOCK->PSSTART + NLBLOCK->nllen && \
337 UCHAR21TEST(p - NLBLOCK->nllen) == NLBLOCK->nl[0] && \
338 (NLBLOCK->nllen == 1 || UCHAR21TEST(p - NLBLOCK->nllen + 1) == NLBLOCK->nl[1]) \
2455 int nllen; /* Newline string length */ member
2516 int nllen; /* Newline string length */ member
2573 int nllen; /* Newline string length */ member
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()
5160 NLBLOCK->nllen == 2 && in match()
5285 NLBLOCK->nllen == 2 && in match()
5718 NLBLOCK->nllen == 2 && in match()
6637 md->nllen = 2; in pcre_exec()
6643 md->nllen = 1; in pcre_exec()
[all …]
H A Dpcre_compile.c4675 ptr += cd->nllen; in compile_branch()
5621 p += cd->nllen; in compile_branch()
9129 cd->nllen = 2; in pcre_compile2()
9135 cd->nllen = 1; in pcre_compile2()

Completed in 68 milliseconds