Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5657 uint32_t req_caseopt, reqvary, tempreqvary; in compile_branch() local
5719 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS : 0; in compile_branch()
5987 req_caseopt = REQ_CASELESS; in compile_branch()
6586 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS : 0; in compile_branch()
8298 if (mclength == 1 || req_caseopt == 0) in compile_branch()
8301 firstcuflags = req_caseopt; in compile_branch()
8320 if (mclength == 1 || req_caseopt == 0) in compile_branch()
8323 reqcuflags = req_caseopt | cb->req_varyopt; in compile_branch()
8332 req_caseopt = 0; in compile_branch()

Completed in 29 milliseconds