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

/external/pcre/dist/
H A Dpcre_fullinfo.c177 ((re->flags & PCRE_REQCHSET) != 0)? (int)re->req_char : -1;
182 ((re->flags & PCRE_REQCHSET) != 0) ? re->req_char : 0;
187 ((re->flags & PCRE_REQCHSET) != 0);
H A Dpcre_internal.h1082 #define PCRE_REQCHSET 0x00000040 /* req_byte is set */ macro
H A Dpcre_dfa_exec.c3412 if ((re->flags & PCRE_REQCHSET) != 0)
H A Dpcre_compile.c9440 re->flags |= PCRE_REQCHSET;
9461 if ((re->flags & PCRE_REQCHSET) != 0)
H A Dpcre_exec.c6709 if ((re->flags & PCRE_REQCHSET) != 0)
H A Dpcre_jit_compile.c9873 if (mode == JIT_COMPILE && (re->flags & PCRE_REQCHSET) != 0 && (re->options & PCRE_NO_START_OPTIMIZE) == 0)

Completed in 266 milliseconds