Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_exec.c2077 if (md->notbol && eptr == md->start_subject) RRETURN(MATCH_NOMATCH); in match()
2089 if (md->notbol && eptr == md->start_subject) RRETURN(MATCH_NOMATCH); in match()
6565 md->notbol = (options & PCRE_NOTBOL) != 0; in pcre_exec()
H A Dpcre_internal.h2531 BOOL notbol; /* NOTBOL flag */ member
H A Dpcre_jit_compile.c174 pcre_uint8 notbol; member
5582 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, notbol)); in compile_char1_matchingpath()
5590 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, notbol)); in compile_char1_matchingpath()
10441 arguments.notbol = (options & PCRE_NOTBOL) != 0; in PRIV()
10534 arguments.notbol = (options & PCRE_NOTBOL) != 0; in pcre_jit_exec()

Completed in 60 milliseconds