Home
last modified time | relevance | path

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

/external/pcre/
Dpcre_internal.h237 _pcre_is_newline((p), NLBLOCK->nltype, NLBLOCK->PSEND, &(NLBLOCK->nllen),\
240 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \
242 (NLBLOCK->nllen == 1 || (p)[1] == NLBLOCK->nl[1]) \
252 &(NLBLOCK->nllen), utf8)) \
254 ((p) >= NLBLOCK->PSSTART + NLBLOCK->nllen && \
255 (p)[-NLBLOCK->nllen] == NLBLOCK->nl[0] && \
256 (NLBLOCK->nllen == 1 || (p)[-NLBLOCK->nllen+1] == NLBLOCK->nl[1]) \
1661 int nllen; /* Newline string length */ member
1706 int nllen; /* Newline string length */ member
1754 int nllen; /* Newline string length */ member
Dpcre_dfa_exec.c881 else if (clen == 0 || (IS_NEWLINE(ptr) && ptr == end_subject - md->nllen)) in internal_dfa_exec()
893 ((ims & PCRE_MULTILINE) != 0 || ptr == end_subject - md->nllen) in internal_dfa_exec()
2949 md->nllen = 2; in pcre_dfa_exec()
2955 md->nllen = 1; in pcre_dfa_exec()
3253 md->nllen == 2)) in pcre_dfa_exec()
Dpcre_compile.c1304 if (IS_NEWLINE(ptr)) { ptr += cd->nllen - 1; break; } in find_parens_sub()
2551 if (IS_NEWLINE(ptr)) { ptr += cd->nllen; break; } in check_auto_possessive()
2595 if (IS_NEWLINE(ptr)) { ptr += cd->nllen; break; } in check_auto_possessive()
3176 if (IS_NEWLINE(ptr)) { ptr += cd->nllen - 1; break; } in compile_branch()
6991 cd->nllen = 2; in pcre_compile2()
6997 cd->nllen = 1; in pcre_compile2()
Dpcre_exec.c1736 (!IS_NEWLINE(eptr) || eptr != md->end_subject - md->nllen)) in match()
5780 md->nllen = 2; in pcre_exec()
5786 md->nllen = 1; in pcre_exec()
6179 md->nllen == 2)) in pcre_exec()