Searched refs:notbol (Results 1 - 2 of 2) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_exec.c | 2069 /* 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 D | pcre_jit_compile.c | 174 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 226 milliseconds