Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5299 int32_t req_caseopt, reqvary, tempreqvary; in compile_branch() local
5361 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
5623 req_caseopt = REQ_CASELESS; in compile_branch()
6211 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS : 0; in compile_branch()
6923 reqcuflags = req_caseopt | cb->req_varyopt; in compile_branch()
7891 if (mclength == 1 || req_caseopt == 0) in compile_branch()
7894 firstcuflags = req_caseopt; in compile_branch()
7913 if (mclength == 1 || req_caseopt == 0) in compile_branch()
7916 reqcuflags = req_caseopt | cb->req_varyopt; in compile_branch()
7925 req_caseopt = 0; in compile_branch()

Completed in 24 milliseconds