Searched refs:nltype (Results 1 – 4 of 4) sorted by relevance
317 ((NLBLOCK->nltype != NLTYPE_FIXED)? \319 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \331 ((NLBLOCK->nltype != NLTYPE_FIXED)? \333 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \2463 int nltype; /* Newline type */ member2524 int nltype; /* Newline type */ member2581 int nltype; /* Newline type */ member
2122 NLBLOCK->nltype == NLTYPE_FIXED && in match()2166 NLBLOCK->nltype == NLTYPE_FIXED && in match()2309 NLBLOCK->nltype == NLTYPE_FIXED && in match()4394 NLBLOCK->nltype == NLTYPE_FIXED && in match()4647 NLBLOCK->nltype == NLTYPE_FIXED && in match()6626 md->nltype = NLTYPE_ANYCRLF; in pcre_exec()6630 md->nltype = NLTYPE_ANY; in pcre_exec()6634 md->nltype = NLTYPE_FIXED; in pcre_exec()6820 (md->nltype == NLTYPE_ANY || md->nltype == NLTYPE_ANYCRLF) && in pcre_exec()7027 (md->nltype == NLTYPE_ANY || in pcre_exec()[all …]
376 int nltype; member2903 if (nltype == NLTYPE_ANY) in check_newlinechar()2908 else if (nltype == NLTYPE_ANYCRLF) in check_newlinechar()3935 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()3940 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()5530 else if (common->nltype == NLTYPE_FIXED) in compile_char1_matchingpath()5551 if (common->nltype == NLTYPE_ANYCRLF) in compile_char1_matchingpath()9834 common->nltype = NLTYPE_FIXED; in PRIV()9884 if (common->nltype == NLTYPE_ANY) in PRIV()9886 else if (common->nltype == NLTYPE_ANYCRLF) in PRIV()[all …]
9249 cd->nltype = NLTYPE_ANYCRLF; in pcre_compile2()9253 cd->nltype = NLTYPE_ANY; in pcre_compile2()9257 cd->nltype = NLTYPE_FIXED; in pcre_compile2()
Completed in 60 milliseconds