Searched defs:cflags (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c8604 int cflags = REQ_NONE; local
8633 if (cflags < 0) { c = d; cflags = dflags; } else if (c != d || cflags != dflags) return 0;
8645 if (cflags < 0) { c = scode[1]; cflags = 0; }
8658 if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; }
8667 *flags = cflags;

Completed in 50 milliseconds