Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dshrpx_router.cc194 const RNode *match_partial(bool *pattern_is_wildcard, const RNode *node, in match_partial() function
324 node = match_partial(&pattern_is_wildcard, node, offset, std::begin(path), in match()
/third_party/pcre2/pcre2/src/
H A Dpcre2_match.c6342 PCRE2_SPTR match_partial; in pcre2_match() local
6922 start_partial = match_partial = NULL; in pcre2_match()
7295 match_partial = start_match; in pcre2_match()
7520 else if (match_partial != NULL) in pcre2_match()
7523 match_data->ovector[0] = match_partial - subject; in pcre2_match()
7525 match_data->startchar = match_partial - subject; in pcre2_match()
/third_party/python/Lib/
H A Dargparse.py2064 match_partial = self._match_arguments_partial
2066 arg_counts = match_partial(positionals, selected_pattern)

Completed in 12 milliseconds