Searched refs:PCRE_REQCHSET (Results 1 – 4 of 4) sorted by relevance
177 ((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()
1136 #define PCRE_REQCHSET 0x0040 /* req_byte is set */ macro
8326 re->flags |= PCRE_REQCHSET; in pcre_compile2()8347 if ((re->flags & PCRE_REQCHSET) != 0) in pcre_compile2()
6596 if ((re->flags & PCRE_REQCHSET) != 0) in pcre_exec()
Completed in 69 milliseconds