Home
last modified time | relevance | path

Searched refs:noteol (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_exec.c2134 if (md->noteol) RRETURN(MATCH_NOMATCH); in match()
2144 if (md->noteol) RRETURN(MATCH_NOMATCH); in match()
6568 md->noteol = (options & PCRE_NOTEOL) != 0; in pcre_exec()
H A Dpcre_internal.h2532 BOOL noteol; /* NOTEOL flag */ member
H A Dpcre_jit_compile.c175 sljit_u8 noteol; member
6124 OP1(SLJIT_MOV_U8, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, noteol)); in compile_simple_assertion_matchingpath()
6139 OP1(SLJIT_MOV_U8, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, noteol)); in compile_simple_assertion_matchingpath()
11453 arguments.noteol = (options & PCRE_NOTEOL) != 0; in PRIV()
11546 arguments.noteol = (options & PCRE_NOTEOL) != 0; in pcre_jit_exec()

Completed in 48 milliseconds