Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4930 int32_t req_caseopt, reqvary, tempreqvary; in compile_branch() local
4989 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
5795 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS : 0; in compile_branch()
6505 reqcuflags = req_caseopt | cb->req_varyopt; in compile_branch()
7450 if (mclength == 1 || req_caseopt == 0) in compile_branch()
7453 firstcuflags = req_caseopt; in compile_branch()
7472 if (mclength == 1 || req_caseopt == 0) in compile_branch()
7475 reqcuflags = req_caseopt | cb->req_varyopt; in compile_branch()

Completed in 25 milliseconds