Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5408 uint32_t req_caseopt, reqvary, tempreqvary; in compile_branch() local
5470 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS : 0; in compile_branch()
5731 req_caseopt = REQ_CASELESS; in compile_branch()
6322 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS : 0; in compile_branch()
8018 if (mclength == 1 || req_caseopt == 0) in compile_branch()
8021 firstcuflags = req_caseopt; in compile_branch()
8040 if (mclength == 1 || req_caseopt == 0) in compile_branch()
8043 reqcuflags = req_caseopt | cb->req_varyopt; in compile_branch()
8052 req_caseopt = 0; in compile_branch()

Completed in 22 milliseconds