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

/forgerock/web-agents-v4/pcre/
H A Dpcre_exec.c2069 /* Not multiline mode: start of subject assertion, unless notbol. */
2072 if (md->notbol && eptr == md->start_subject) RRETURN(MATCH_NOMATCH);
2081 /* Multiline mode: start of subject unless notbol, or after any newline. */
2084 if (md->notbol && eptr == md->start_subject) RRETURN(MATCH_NOMATCH);
6555 md->notbol = (options & PCRE_NOTBOL) != 0;
H A Dpcre_jit_compile.c174 pcre_uint8 notbol; member in struct:jit_arguments
5530 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, notbol));
5538 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, notbol));
10411 arguments.notbol = (options & PCRE_NOTBOL) != 0;
10504 arguments.notbol = (options & PCRE_NOTBOL) != 0;

Completed in 119 milliseconds