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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_fullinfo.c136 ((re->flags & PCRE_STARTLINE) != 0)? -1 : -2;
H A Dpcre_internal.h859 #define PCRE_STARTLINE 0x0100 /* start after \n for multiline */ macro
H A Dpcre_study.c1365 (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0)
H A Dpcre_dfa_exec.c3321 startline = (re->flags & PCRE_STARTLINE) != 0;
H A Dpcre_jit_compile.c6984 else if ((re->flags & PCRE_STARTLINE) != 0)
6986 else if ((re->flags & PCRE_STARTLINE) == 0 && study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)
H A Dpcre_exec.c6521 startline = (re->flags & PCRE_STARTLINE) != 0;
H A Dpcre_compile.c8070 PCRE_STARTLINE flag. This is helpful for multiline matches when all branches
8115 re->flags |= PCRE_STARTLINE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_fullinfo.c136 ((re->flags & PCRE_STARTLINE) != 0)? -1 : -2;
H A Dpcre_internal.h859 #define PCRE_STARTLINE 0x0100 /* start after \n for multiline */ macro
H A Dpcre_study.c1365 (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0)
H A Dpcre_dfa_exec.c3321 startline = (re->flags & PCRE_STARTLINE) != 0;
H A Dpcre_jit_compile.c6984 else if ((re->flags & PCRE_STARTLINE) != 0)
6986 else if ((re->flags & PCRE_STARTLINE) == 0 && study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)
H A Dpcre_exec.c6521 startline = (re->flags & PCRE_STARTLINE) != 0;
H A Dpcre_compile.c8070 PCRE_STARTLINE flag. This is helpful for multiline matches when all branches
8115 re->flags |= PCRE_STARTLINE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_fullinfo.c136 ((re->flags & PCRE_STARTLINE) != 0)? -1 : -2;
H A Dpcre_internal.h859 #define PCRE_STARTLINE 0x0100 /* start after \n for multiline */ macro
H A Dpcre_study.c1365 (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0)
H A Dpcre_dfa_exec.c3321 startline = (re->flags & PCRE_STARTLINE) != 0;
H A Dpcre_jit_compile.c6984 else if ((re->flags & PCRE_STARTLINE) != 0)
6986 else if ((re->flags & PCRE_STARTLINE) == 0 && study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)
H A Dpcre_exec.c6521 startline = (re->flags & PCRE_STARTLINE) != 0;
H A Dpcre_compile.c8070 PCRE_STARTLINE flag. This is helpful for multiline matches when all branches
8115 re->flags |= PCRE_STARTLINE;

Completed in 427 milliseconds