Searched refs:REG_ICASE (Results 1 – 13 of 13) sorted by relevance
55 #define REG_ICASE 0x0001 /* Maps to PCRE_CASELESS */ macro
265 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; in regcomp()
36 #define REG_ICASE 0002 macro
330 o |= REG_ICASE;
24 serious bug that affected REs using many [] (including REG_ICASE REs
615 if (p->g->cflags®_ICASE) {872 if ((p->g->cflags®_ICASE) && isalpha(ch) && othercase(ch) != ch)
23 # i REG_ICASE
38 #define REG_ICASE (1<<0) macro
144 if ((posix_options & REG_ICASE) != 0) in regcomp()
310 copts |= REG_ICASE; in php_ereg()419 copts = REG_ICASE; in php_ereg_replace()643 copts = REG_ICASE; in php_split()
2989 - ((m->str_flags & STRING_IGNORE_CASE) ? REG_ICASE : 0));
5078 regopt |= REG_ICASE;
9050 REG_ICASE
Completed in 104 milliseconds