Searched refs:noteol (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_exec.c2106 unless noteol is set. */
2127 if (md->noteol) RRETURN(MATCH_NOMATCH);
2134 subject unless noteol is set. */
2137 if (md->noteol) RRETURN(MATCH_NOMATCH);
6556 md->noteol = (options & PCRE_NOTEOL) != 0;
H A Dpcre_jit_compile.c175 pcre_uint8 noteol; member in struct:jit_arguments
5564 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, noteol));
5579 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, noteol));
10412 arguments.noteol = (options & PCRE_NOTEOL) != 0;
10505 arguments.noteol = (options & PCRE_NOTEOL) != 0;

Completed in 111 milliseconds