Searched refs:PCRE_FIRSTSET (Results 1 - 7 of 7) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_fullinfo.c139 ((re->flags & PCRE_FIRSTSET) != 0)? (int)re->first_char :
145 (re->flags & PCRE_FIRSTSET) != 0 ? re->first_char : 0;
150 ((re->flags & PCRE_FIRSTSET) != 0) ? 1 :
H A Dpcre_internal.h1080 #define PCRE_FIRSTSET 0x00000010 /* first_char is set */ macro
H A Dpcre_study.c1464 (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0)
H A Dpcre_dfa_exec.c3388 if ((re->flags & PCRE_FIRSTSET) != 0)
H A Dpcre_compile.c9403 re->flags |= PCRE_FIRSTSET;
9456 if ((re->flags & PCRE_FIRSTSET) != 0)
H A Dpcre_exec.c6687 if ((re->flags & PCRE_FIRSTSET) != 0)
H A Dpcre_jit_compile.c10021 else if ((re->flags & PCRE_FIRSTSET) != 0)
10039 reqbyte_notfound = search_requested_char(common, (pcre_uchar)re->req_char, (re->flags & PCRE_RCH_CASELESS) != 0, (re->flags & PCRE_FIRSTSET) != 0);

Completed in 103 milliseconds