Searched refs:notempty (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist/ |
D | pcre_internal.h | 2520 BOOL notempty; /* Empty string match not wanted */ member
|
D | pcre_jit_compile.c | 176 pcre_uint8 notempty; member 8118 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, notempty)); in compile_fail_accept_matchingpath() 10174 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, notempty)); in PRIV() 10413 arguments.notempty = (options & PCRE_NOTEMPTY) != 0; in PRIV() 10506 arguments.notempty = (options & PCRE_NOTEMPTY) != 0; in pcre_jit_exec()
|
D | pcre_exec.c | 1496 (md->notempty || in match() 6557 md->notempty = (options & PCRE_NOTEMPTY) != 0; in pcre_exec()
|