Searched refs:PCRE_DFA_RESTART (Results 1 - 3 of 3) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre.h155 #define PCRE_DFA_RESTART 0x00020000 /* D ) Overlaid */ macro
H A Dpcre_dfa_exec.c543 if (rlevel == 1 && (md->moptions & PCRE_DFA_RESTART) != 0)
3231 if ((options & PCRE_DFA_RESTART) != 0)
3270 anchored = (options & (PCRE_ANCHORED|PCRE_DFA_RESTART)) != 0 ||
3434 if ((options & PCRE_DFA_RESTART) == 0)
H A Dpcre_internal.h1129 PCRE_DFA_RESTART|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \

Completed in 64 milliseconds