Home
last modified time | relevance | path

Searched refs:token_list (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/boost/beast/http/impl/
Drfc7230.hpp250 class token_list::const_iterator
252 token_list::value_type v_;
258 using value_type = token_list::value_type;
309 friend class token_list;
326 token_list::
335 token_list::
344 token_list::
353 token_list::
Dfields.ipp35 token_list te{value};
59 token_list te{value};
102 else if(! token_list{value}.exists("keep-alive"))
127 else if(! token_list{value}.exists("close"))
Drfc7230.ipp146 token_list::const_iterator::
192 token_list::
Dfields.hpp815 auto const te = token_list{ in get_chunked_impl()
837 return token_list{ in get_keep_alive_impl()
842 return ! token_list{ in get_keep_alive_impl()
898 auto const te = token_list{it->value()}; in set_chunked_impl()
/third_party/boost/libs/beast/include/boost/beast/http/impl/
Drfc7230.hpp250 class token_list::const_iterator
252 token_list::value_type v_;
258 using value_type = token_list::value_type;
309 friend class token_list;
326 token_list::
335 token_list::
344 token_list::
353 token_list::
Dfields.ipp35 token_list te{value};
59 token_list te{value};
102 else if(! token_list{value}.exists("keep-alive"))
127 else if(! token_list{value}.exists("close"))
Drfc7230.ipp146 token_list::const_iterator::
192 token_list::
Dfields.hpp815 auto const te = token_list{ in get_chunked_impl()
837 return token_list{ in get_keep_alive_impl()
842 return ! token_list{ in get_keep_alive_impl()
898 auto const te = token_list{it->value()}; in set_chunked_impl()
/third_party/boost/libs/beast/test/beast/http/
Drfc7230.cpp188 str(token_list const& c) in str()
208 auto const got = str(token_list{s}); in testTokenList()
215 auto const got = str(token_list{s}); in testTokenList()
238 BEAST_EXPECT(token_list{"a,b,c"}.exists("A")); in testTokenList()
239 BEAST_EXPECT(token_list{"a,b,c"}.exists("b")); in testTokenList()
240 BEAST_EXPECT(! token_list{"a,b,c"}.exists("d")); in testTokenList()
/third_party/boost/boost/beast/websocket/impl/
Drfc6455.hpp29 if(! http::token_list{req[http::field::connection]}.exists("upgrade")) in is_upgrade()
31 if(! http::token_list{req[http::field::upgrade]}.exists("websocket")) in is_upgrade()
Daccept.hpp107 if(! http::token_list{it->value()}.exists("upgrade")) in build_response()
114 if(! http::token_list{it->value()}.exists("websocket")) in build_response()
Dstream_impl.hpp664 if(! http::token_list{it->value()}.exists("upgrade")) in on_response()
671 if(! http::token_list{it->value()}.exists("websocket")) in on_response()
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/
Drfc6455.hpp29 if(! http::token_list{req[http::field::connection]}.exists("upgrade")) in is_upgrade()
31 if(! http::token_list{req[http::field::upgrade]}.exists("websocket")) in is_upgrade()
Daccept.hpp107 if(! http::token_list{it->value()}.exists("upgrade")) in build_response()
114 if(! http::token_list{it->value()}.exists("websocket")) in build_response()
Dstream_impl.hpp664 if(! http::token_list{it->value()}.exists("upgrade")) in on_response()
671 if(! http::token_list{it->value()}.exists("websocket")) in on_response()
/third_party/boost/libs/beast/include/boost/beast/http/
Drfc7230.hpp234 class token_list class
257 token_list(string_view s) in token_list() function in boost::beast::http::token_list
/third_party/boost/boost/beast/http/
Drfc7230.hpp234 class token_list class
257 token_list(string_view s) in token_list() function in boost::beast::http::token_list
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h61 typedef struct token_list token_list_t;
70 token_list_t *token_list; member
116 struct token_list { struct
/third_party/boost/libs/beast/test/doc/
Dwebsocket_2_handshaking.cpp143 http::token_list offered( offered_tokens ); in snippets()
/third_party/alsa-lib/src/topology/
Dparser.c487 INIT_LIST_HEAD(&tplg->token_list); in snd_tplg_create()
519 tplg_elem_free_list(&tplg->token_list); in snd_tplg_free()
Delem.c204 .loff = offsetof(snd_tplg_t, token_list),
Dtplg_local.h91 struct list_head token_list; member
Ddata.c544 ref->elem = tplg_elem_lookup(&tplg->token_list, in get_tokens()
1627 elem = tplg_elem_lookup(&tplg->token_list, parent->id, in tplg_add_token()
/third_party/boost/libs/beast/example/doc/
Dhttp_examples.hpp1023 for(auto const& name : token_list{msg[field::trailer]}) in print_chunked_body()
/third_party/googletest/googlemock/scripts/generator/cpp/
Dast.py338 for token_list in self.bases:
340 for token in token_list:

12