Searched refs:PCRE_STARTLINE (Results 1 - 7 of 7) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_fullinfo.c140 ((re->flags & PCRE_STARTLINE) != 0)? -1 : -2;
151 ((re->flags & PCRE_STARTLINE) != 0) ? 2 : 0;
H A Dpcre_internal.h1084 #define PCRE_STARTLINE 0x00000100 /* start after \n for multiline */ macro
H A Dpcre_study.c1464 (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0)
H A Dpcre_dfa_exec.c3377 startline = (re->flags & PCRE_STARTLINE) != 0;
H A Dpcre_compile.c9362 PCRE_STARTLINE flag. This is helpful for multiline matches when all branches
9406 else if (is_startline(codestart, 0, cd, 0)) re->flags |= PCRE_STARTLINE;
H A Dpcre_exec.c6534 startline = (re->flags & PCRE_STARTLINE) != 0;
H A Dpcre_jit_compile.c10023 else if ((re->flags & PCRE_STARTLINE) != 0)
10025 else if ((re->flags & PCRE_STARTLINE) == 0 && study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)

Completed in 148 milliseconds