Home
last modified time | relevance | path

Searched defs:match_partial (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/regex/v4/
Dmatch_flags.hpp55 match_partial = match_continuous << 1, /* find partial matches */ enumerator
/third_party/boost/boost/xpressive/
Dregex_constants.hpp134 match_partial = 1 << 11, ///< Specifies that if no match can be found, then it is enumerator
/third_party/nghttp2/src/
Dshrpx_router.cc194 const RNode *match_partial(bool *pattern_is_wildcard, const RNode *node, in match_partial() function
/third_party/pcre2/pcre2/src/
Dpcre2_match.c6135 PCRE2_SPTR match_partial; in pcre2_match() local