Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c165 #define REQ_CASELESS (1 << 0) /* Indicates caselessness */ macro
3936 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
6963 req_caseopt = ((newoptions & PCRE2_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
8216 if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; } in find_firstassertedcu()
8978 if ((firstcuflags & REQ_CASELESS) != 0) in pcre2_compile()
9020 if ((reqcuflags & REQ_CASELESS) != 0) in pcre2_compile()