Home
last modified time | relevance | path

Searched refs:PCRE_REQCHSET (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist/
Dpcre_fullinfo.c177 ((re->flags & PCRE_REQCHSET) != 0)? (int)re->req_char : -1; in pcre_fullinfo()
182 ((re->flags & PCRE_REQCHSET) != 0) ? re->req_char : 0; in pcre_fullinfo()
187 ((re->flags & PCRE_REQCHSET) != 0); in pcre_fullinfo()
Dpcre_internal.h1083 #define PCRE_REQCHSET 0x00000040 /* req_byte is set */ macro
Dpcre_dfa_exec.c3413 if ((re->flags & PCRE_REQCHSET) != 0) in pcre_dfa_exec()
Dpcre_compile.c9658 re->flags |= PCRE_REQCHSET; in pcre_compile2()
9679 if ((re->flags & PCRE_REQCHSET) != 0) in pcre_compile2()
Dpcre_exec.c6722 if ((re->flags & PCRE_REQCHSET) != 0) in pcre_exec()
Dpcre_jit_compile.c9931 if (mode == JIT_COMPILE && (re->flags & PCRE_REQCHSET) != 0 && (re->options & PCRE_NO_START_OPTIMIZ… in PRIV()