Searched refs:firstline (Results 1 - 3 of 3) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c3194 BOOL utf, anchored, startline, firstline; local
3378 firstline = (re->options & PCRE_FIRSTLINE) != 0;
3438 /* If firstline is TRUE, the start of the match is constrained to the first
3443 if (firstline)
3642 and firstline is set. */
3644 if (firstline && IS_NEWLINE(current_subject)) break;
H A Dpcre_jit_compile.c3033 static SLJIT_INLINE struct sljit_label *mainloop_entry(compiler_common *common, BOOL hascrorlf, BOOL firstline) argument
3048 if (!(hascrorlf || firstline) && (common->nltype == NLTYPE_ANY ||
3052 if (firstline)
3517 static SLJIT_INLINE BOOL fast_forward_first_n_chars(compiler_common *common, BOOL firstline) argument
3680 if (firstline)
3751 if (firstline)
3771 static SLJIT_INLINE void fast_forward_first_char(compiler_common *common, pcre_uchar first_char, BOOL caseless, BOOL firstline) argument
3779 if (firstline)
3824 if (firstline)
3828 static SLJIT_INLINE void fast_forward_newline(compiler_common *common, BOOL firstline) argument
3918 fast_forward_start_bits(compiler_common *common, pcre_uint8 *start_bits, BOOL firstline) argument
[all...]
H A Dpcre_exec.c6355 BOOL firstline; local
6535 firstline = (re->options & PCRE_FIRSTLINE) != 0;
6734 /* If firstline is TRUE, the start of the match is constrained to the first
6740 if (firstline)
6991 if (firstline && IS_NEWLINE(start_match)) break;

Completed in 62 milliseconds