Searched refs:nllen (Results 1 – 3 of 3) sorted by relevance
310 &(NLBLOCK->nllen), utf)) \312 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \314 (NLBLOCK->nllen == 1 || RAWUCHARTEST(p+1) == NLBLOCK->nl[1]) \324 &(NLBLOCK->nllen), utf)) \326 ((p) >= NLBLOCK->PSSTART + NLBLOCK->nllen && \327 RAWUCHARTEST(p - NLBLOCK->nllen) == NLBLOCK->nl[0] && \328 (NLBLOCK->nllen == 1 || RAWUCHARTEST(p - NLBLOCK->nllen + 1) == NLBLOCK->nl[1]) \2416 int nllen; /* Newline string length */ member2469 int nllen; /* Newline string length */ member2526 int nllen; /* Newline string length */ member
2101 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()5043 NLBLOCK->nllen == 2 && in match()5168 NLBLOCK->nllen == 2 && in match()5837 NLBLOCK->nllen == 2 && in match()6510 md->nllen = 2; in pcre_exec()6516 md->nllen = 1; in pcre_exec()[all …]
1564 if (IS_NEWLINE(ptr)) { ptr += cd->nllen - 1; break; } in find_parens_sub()3080 if (IS_NEWLINE(ptr)) { ptr += cd->nllen; break; } in check_auto_possessive()3123 if (IS_NEWLINE(ptr)) { ptr += cd->nllen; break; } in check_auto_possessive()3940 if (IS_NEWLINE(ptr)) { ptr += cd->nllen - 1; break; } in compile_branch()7976 cd->nllen = 2; in pcre_compile2()7982 cd->nllen = 1; in pcre_compile2()
Completed in 73 milliseconds