Searched refs:PCRE_DUPNAMES (Results 1 - 4 of 4) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_get.c282 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0)
286 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0)
290 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0)
H A Dpcre.h158 #define PCRE_DUPNAMES 0x00080000 /* C1 */ macro
H A Dpcre_internal.h1118 PCRE_DUPNAMES|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \
H A Dpcre_compile.c6705 if (lengthptr != NULL && (options & PCRE_DUPNAMES) != 0)
7005 if ((options & PCRE_DUPNAMES) == 0)
7125 if ((options & PCRE_DUPNAMES) != 0) *lengthptr += IMM2_SIZE;
7380 *optset |= PCRE_DUPNAMES;

Completed in 107 milliseconds