Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A 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()
H A Dpcre_internal.h1136 #define PCRE_REQCHSET 0x0040 /* req_byte is set */ macro
H A Dpcre_compile.c8326 re->flags |= PCRE_REQCHSET; in pcre_compile2()
8347 if ((re->flags & PCRE_REQCHSET) != 0) in pcre_compile2()
H A Dpcre_exec.c6596 if ((re->flags & PCRE_REQCHSET) != 0) in pcre_exec()

Completed in 49 milliseconds