Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_internal.h308 ((p) < NLBLOCK->PSEND && \
309 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
310 &(NLBLOCK->nllen), utf)) \
312 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \
314 (NLBLOCK->nllen == 1 || RAWUCHARTEST(p+1) == NLBLOCK->nl[1]) \
322 ((p) > NLBLOCK->PSSTART && \
323 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
324 &(NLBLOCK->nllen), utf)) \
326 ((p) >= NLBLOCK->PSSTART + NLBLOCK->nllen && \
327 RAWUCHARTEST(p - NLBLOCK->nllen) == NLBLOCK->nl[0] && \
[all …]
H A Dpcre_exec.c2101 NLBLOCK->nllen == 2 && in match()
2145 NLBLOCK->nllen == 2 && in match()
2288 NLBLOCK->nllen == 2 && in match()
4286 NLBLOCK->nllen == 2 && in match()
4544 NLBLOCK->nllen == 2 && in match()
4545 *eptr == NLBLOCK->nl[0]) in match()
5043 NLBLOCK->nllen == 2 && in match()
5044 c == NLBLOCK->nl[0]) in match()
5168 NLBLOCK->nllen == 2 && in match()
5169 c == NLBLOCK->nl[0]) in match()
[all …]
H A Dpcre_compile.c49 #define NLBLOCK cd /* Block containing newline information */ macro

Completed in 43 milliseconds