Home
last modified time | relevance | path

Searched refs:match_prefix (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_router_test.cc166 idx = router.match_prefix(&nread, &node, in test_shrpx_router_match_prefix()
172 idx = router.match_prefix(&nread, &node, in test_shrpx_router_match_prefix()
178 idx = router.match_prefix(&nread, &node, StringRef::from_lit("ahpla.ovarb")); in test_shrpx_router_match_prefix()
Dshrpx_router.cc350 const RNode *match_prefix(size_t *nread, const RNode *node, const char *first, in match_prefix() function
391 ssize_t Router::match_prefix(size_t *nread, const RNode **last_node, in match_prefix() function in shrpx::Router
398 ::shrpx::match_prefix(nread, *last_node, std::begin(s), std::end(s)); in match_prefix()
Dshrpx_router.h93 ssize_t match_prefix(size_t *nread, const RNode **last_node,
Dshrpx_worker.cc1204 rev_wildcard_router.match_prefix(&nread, &last_node, rev_host); in match_downstream_addr_group_host()
Dshrpx_tls.cc2072 rev_wildcard_router_.match_prefix(&nread, &last_node, rev_host); in lookup()
/third_party/libcoap/src/
Dcoap_resource.c70 match(const coap_str_const_t *text, const coap_str_const_t *pattern, int match_prefix, in match() argument
96 if ((match_prefix || pattern->length == token_length) && in match()
103 return (match_prefix || pattern->length == text->length) && in match()