Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c130 #define REQ_CASELESS (1 << 0) /* Indicates caselessness */ macro
4538 req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
7622 req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
8869 if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; } in find_firstassertedchar()
9599 if ((firstcharflags & REQ_CASELESS) != 0) in pcre_compile2()
9641 if ((reqcharflags & REQ_CASELESS) != 0) in pcre_compile2()

Completed in 33 milliseconds