Searched defs:nltype (Results 1 - 2 of 2) sorted by relevance
| /forgerock/web-agents-v4/pcre/ |
| H A D | pcre_jit_compile.c | 380 int nltype; member in struct:compiler_common 2846 static void check_newlinechar(compiler_common *common, int nltype, jump_list **backtracks, BOOL jumpifmatch) argument 2852 if (nltype == NLTYPE_ANY) 2857 else if (nltype == NLTYPE_ANYCRLF) 2873 SLJIT_ASSERT(nltype == NLTYPE_FIXED && common->newline < 256); 3048 if (!(hascrorlf || firstline) && (common->nltype == NLTYPE_ANY || 3049 common->nltype == NLTYPE_ANYCRLF || common->newline > 255)) 3058 if (common->nltype == NLTYPE_FIXED && common->newline > 255) 3077 check_newlinechar(common, common->nltype, &newline, TRUE); 3846 if (common->nltype [all...] |
| H A D | pcre_internal.h | 313 ((NLBLOCK->nltype != NLTYPE_FIXED)? \ 315 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \ 327 ((NLBLOCK->nltype != NLTYPE_FIXED)? \ 329 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \ 2449 int nltype; /* Newline type */ member in struct:compile_data 2503 int nltype; /* Newline type */ member in struct:match_data 2560 int nltype; /* Newline type */ member in struct:dfa_match_data
|
Completed in 95 milliseconds