Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_internal.h2520 BOOL notempty; /* Empty string match not wanted */ member
Dpcre_jit_compile.c176 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()
Dpcre_exec.c1496 (md->notempty || in match()
6557 md->notempty = (options & PCRE_NOTEMPTY) != 0; in pcre_exec()