Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c132 #define REQ_CASELESS (1 << 0) /* Indicates caselessness */ macro
4540 req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
7619 req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
8866 if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; } in find_firstassertedchar()
9596 if ((firstcharflags & REQ_CASELESS) != 0) in pcre_compile2()
9638 if ((reqcharflags & REQ_CASELESS) != 0) in pcre_compile2()

Completed in 23 milliseconds