Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c371 #define REQ_CASELESS (1 << 0) /* Indicates caselessness */ macro
4989 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
5795 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS : 0; in compile_branch()
8272 if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; } in find_firstassertedcu()
9819 if ((firstcuflags & REQ_CASELESS) != 0) in pcre2_compile()
9861 if ((reqcuflags & REQ_CASELESS) != 0) in pcre2_compile()