Home
last modified time | relevance | path

Searched refs:PCRE_FIRSTSET (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c139 ((re->flags & PCRE_FIRSTSET) != 0)? (int)re->first_char : in pcre_fullinfo()
145 (re->flags & PCRE_FIRSTSET) != 0 ? re->first_char : 0; in pcre_fullinfo()
150 ((re->flags & PCRE_FIRSTSET) != 0) ? 1 : in pcre_fullinfo()
H A Dpcre_study.c1383 (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0) in pcre_study()
H A Dpcre_internal.h1134 #define PCRE_FIRSTSET 0x0010 /* first_char is set */ macro
H A Dpcre_compile.c8285 re->flags |= PCRE_FIRSTSET; in pcre_compile2()
8338 if ((re->flags & PCRE_FIRSTSET) != 0) in pcre_compile2()
H A Dpcre_exec.c6574 if ((re->flags & PCRE_FIRSTSET) != 0) in pcre_exec()

Completed in 65 milliseconds