Searched defs:req_caseopt (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c4401 pcre_int32 req_caseopt, reqvary, tempreqvary; local
4468 /* The variable req_caseopt contains either the REQ_CASELESS value
4474 req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0;
5667 reqcharflags = req_caseopt | cd->req_varyopt;
7433 req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0;
7959 if (mclength == 1 || req_caseopt == 0)
7961 firstchar = mcbuffer[0] | req_caseopt;
7963 firstcharflags = req_caseopt;
7983 if (mclength == 1 || req_caseopt == 0)
7986 reqcharflags = req_caseopt | c
[all...]

Completed in 83 milliseconds