Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c390 #define REQ_CASELESS (1u << 0) /* Indicates caselessness */ macro
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()
8724 if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; } in find_firstassertedcu()
10353 if ((firstcuflags & REQ_CASELESS) != 0) in pcre2_compile()
10420 if ((reqcuflags & REQ_CASELESS) != 0) in pcre2_compile()

Completed in 52 milliseconds