Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2.h183 #define PCRE2_DFA_SHORTEST 0x00000080u /* pcre2_dfa_match() only */ macro
H A Dpcre2_dfa_match.c88 PCRE2_PARTIAL_SOFT|PCRE2_DFA_SHORTEST|PCRE2_DFA_RESTART| \
899 if ((mb->moptions & PCRE2_DFA_SHORTEST) != 0) return match_count; in internal_dfa_match()

Completed in 28 milliseconds