/third_party/boost/boost/regex/v4/ |
D | perl_matcher_common.hpp | 232 if(0 == match_prefix()) in match_imp() 268 &perl_matcher<BidiIterator, Allocator, traits>::match_prefix, in find_imp() 341 bool perl_matcher<BidiIterator, Allocator, traits>::match_prefix() in match_prefix() function in boost::BOOST_REGEX_DETAIL_NS::perl_matcher 852 return match_prefix(); in find_restart_any() 856 if(match_prefix()) in find_restart_any() 879 else if(match_prefix()) in find_restart_word() 892 if(match_prefix()) in find_restart_word() 909 if(match_prefix()) in find_restart_line() 920 if(re.can_be_null() && match_prefix()) in find_restart_line() 927 if(match_prefix()) in find_restart_line() [all …]
|
D | perl_matcher.hpp | 418 bool match_prefix();
|
/third_party/nghttp2/src/ |
D | shrpx_router_test.cc | 166 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()
|
D | shrpx_router.cc | 350 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()
|
D | shrpx_router.h | 93 ssize_t match_prefix(size_t *nread, const RNode **last_node,
|
D | shrpx_worker.cc | 617 rev_wildcard_router.match_prefix(&nread, &last_node, rev_host); in match_downstream_addr_group_host()
|
D | shrpx_tls.cc | 1583 rev_wildcard_router_.match_prefix(&nread, &last_node, rev_host); in lookup()
|
/third_party/glib/gio/ |
D | gdummyfile.c | 237 match_prefix (const char *path, in match_prefix() function 261 remainder = match_prefix (descendant_dummy->decoded_uri->path, in g_dummy_file_prefix_matches() 274 remainder = match_prefix (descendant_dummy->text_uri, in g_dummy_file_prefix_matches() 302 remainder = match_prefix (descendant_dummy->decoded_uri->path, in g_dummy_file_get_relative_path() 315 remainder = match_prefix (descendant_dummy->text_uri, in g_dummy_file_get_relative_path()
|
D | gresourcefile.c | 348 match_prefix (const char *path, in match_prefix() function 374 remainder = match_prefix (descendant_resource->path, parent_resource->path); in g_resource_file_prefix_matches() 388 remainder = match_prefix (descendant_resource->path, parent_resource->path); in g_resource_file_get_relative_path()
|
D | glocalfile.c | 458 match_prefix (const char *path, in match_prefix() function 484 remainder = match_prefix (descendant_local->filename, parent_local->filename); in g_local_file_prefix_matches() 498 remainder = match_prefix (descendant_local->filename, parent_local->filename); in g_local_file_get_relative_path()
|
/third_party/glib/gio/win32/ |
D | gwinhttpfile.c | 318 match_prefix (const char *path, in match_prefix() function 342 remainder = match_prefix (descendant_uri, parent_uri); in g_winhttp_file_prefix_matches() 364 remainder = match_prefix (descendant_uri, parent_uri); in g_winhttp_file_get_relative_path()
|
/third_party/libcoap/src/ |
D | resource.c | 107 match(const coap_str_const_t *text, const coap_str_const_t *pattern, int match_prefix, in match() argument 132 if ((match_prefix || pattern->length == token_length) && in match() 139 return (match_prefix || pattern->length == text->length) && in match()
|