Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dperl_matcher_common.hpp232 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 …]
Dperl_matcher.hpp418 bool match_prefix();
/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.cc617 rev_wildcard_router.match_prefix(&nread, &last_node, rev_host); in match_downstream_addr_group_host()
Dshrpx_tls.cc1583 rev_wildcard_router_.match_prefix(&nread, &last_node, rev_host); in lookup()
/third_party/glib/gio/
Dgdummyfile.c237 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()
Dgresourcefile.c348 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()
Dglocalfile.c458 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/
Dgwinhttpfile.c318 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/
Dresource.c107 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()