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

/external/pcre/dist/
H A Dpcre_exec.c2113 unless noteol is set. */
2134 if (md->noteol) RRETURN(MATCH_NOMATCH);
2141 subject unless noteol is set. */
2144 if (md->noteol) RRETURN(MATCH_NOMATCH);
6568 md->noteol = (options & PCRE_NOTEOL) != 0;
H A Dpcre_jit_compile.c175 pcre_uint8 noteol; member in struct:jit_arguments
5616 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, noteol));
5631 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, noteol));
10442 arguments.noteol = (options & PCRE_NOTEOL) != 0;
10535 arguments.noteol = (options & PCRE_NOTEOL) != 0;

Completed in 76 milliseconds