Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c132 #define REQ_CASELESS (1 << 0) /* Indicates caselessness */ macro
4470 req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
7429 req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
8654 if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; } in find_firstassertedchar()
9378 if ((firstcharflags & REQ_CASELESS) != 0) in pcre_compile2()
9420 if ((reqcharflags & REQ_CASELESS) != 0) in pcre_compile2()