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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_exec.c2071 unless noteol is set. */
2092 if (md->noteol) RRETURN(MATCH_NOMATCH);
2099 subject unless noteol is set. */
2102 if (md->noteol) RRETURN(MATCH_NOMATCH);
6543 md->noteol = (options & PCRE_NOTEOL) != 0;
H A Dpcre_jit_compile.c161 pcre_uint8 noteol; member in struct:jit_arguments
3553 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, noteol));
3568 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, noteol));
7294 arguments.noteol = (options & PCRE_NOTEOL) != 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_exec.c2071 unless noteol is set. */
2092 if (md->noteol) RRETURN(MATCH_NOMATCH);
2099 subject unless noteol is set. */
2102 if (md->noteol) RRETURN(MATCH_NOMATCH);
6543 md->noteol = (options & PCRE_NOTEOL) != 0;
H A Dpcre_jit_compile.c161 pcre_uint8 noteol; member in struct:jit_arguments
3553 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, noteol));
3568 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, noteol));
7294 arguments.noteol = (options & PCRE_NOTEOL) != 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_exec.c2071 unless noteol is set. */
2092 if (md->noteol) RRETURN(MATCH_NOMATCH);
2099 subject unless noteol is set. */
2102 if (md->noteol) RRETURN(MATCH_NOMATCH);
6543 md->noteol = (options & PCRE_NOTEOL) != 0;
H A Dpcre_jit_compile.c161 pcre_uint8 noteol; member in struct:jit_arguments
3553 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, noteol));
3568 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, noteol));
7294 arguments.noteol = (options & PCRE_NOTEOL) != 0;

Completed in 158 milliseconds