Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c395 #define REQ_CASELESS 0x00000001u /* Code unit in xxcu is caseless */ macro
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()
7306 if (op_previous == OP_CHARI) reqcuflags |= REQ_CASELESS; in compile_branch()
9147 if (cflags >= REQ_NONE) { c = scode[1]; cflags = REQ_CASELESS; } in find_firstassertedcu()
10850 if ((firstcuflags & REQ_CASELESS) != 0) in pcre2_compile()
10917 if ((reqcuflags & REQ_CASELESS) != 0) in pcre2_compile()

Completed in 39 milliseconds