Home
last modified time | relevance | path

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

/PHP-5.5/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.h2536 BOOL noteol; /* NOTEOL flag */ member
H A Dpcre_jit_compile.c175 pcre_uint8 noteol; member
5616 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, noteol)); in compile_char1_matchingpath()
5631 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, noteol)); in compile_char1_matchingpath()
10442 arguments.noteol = (options & PCRE_NOTEOL) != 0; in PRIV()
10535 arguments.noteol = (options & PCRE_NOTEOL) != 0; in pcre_jit_exec()

Completed in 49 milliseconds