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

/forgerock/web-agents-v4/pcre/
H A Dpcre_exec.c1496 (md->notempty ||
6557 md->notempty = (options & PCRE_NOTEMPTY) != 0;
H A Dpcre_jit_compile.c176 pcre_uint8 notempty; member in struct:jit_arguments
8105 /* No need to check notempty conditions. */
8118 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, notempty));
10174 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, notempty));
10413 arguments.notempty = (options & PCRE_NOTEMPTY) != 0;
10506 arguments.notempty = (options & PCRE_NOTEMPTY) != 0;

Completed in 79 milliseconds