Home
last modified time | relevance | path

Searched defs:new_session (Results 1 – 25 of 26) sorted by relevance

12

/third_party/boost/doc/html/boost_asio/example/cpp03/local/
Dstream_server.cpp88 session_ptr new_session(new session(io_context_)); in server() local
94 void handle_accept(session_ptr new_session, in handle_accept()
/third_party/boost/libs/asio/example/cpp03/local/
Dstream_server.cpp88 session_ptr new_session(new session(io_context_)); in server() local
94 void handle_accept(session_ptr new_session, in handle_accept()
/third_party/boost/libs/asio/example/cpp03/echo/
Dasync_tcp_echo_server.cpp89 session* new_session = new session(io_context_); in start_accept() local
95 void handle_accept(session* new_session, in handle_accept()
/third_party/boost/doc/html/boost_asio/example/cpp03/echo/
Dasync_tcp_echo_server.cpp89 session* new_session = new session(io_context_); in start_accept() local
95 void handle_accept(session* new_session, in handle_accept()
/third_party/boost/libs/asio/example/cpp03/buffers/
Dreference_counted.cpp83 session_ptr new_session(new session(io_context_)); in server() local
89 void handle_accept(session_ptr new_session, in handle_accept()
/third_party/boost/doc/html/boost_asio/example/cpp03/buffers/
Dreference_counted.cpp83 session_ptr new_session(new session(io_context_)); in server() local
89 void handle_accept(session_ptr new_session, in handle_accept()
/third_party/boost/doc/html/boost_asio/example/cpp03/ssl/
Dserver.cpp120 session* new_session = new session(io_context_, context_); in start_accept() local
126 void handle_accept(session* new_session, in handle_accept()
/third_party/boost/libs/asio/example/cpp03/ssl/
Dserver.cpp120 session* new_session = new session(io_context_, context_); in start_accept() local
126 void handle_accept(session* new_session, in handle_accept()
/third_party/boost/doc/html/boost_asio/example/cpp03/allocation/
Dserver.cpp237 session_ptr new_session(new session(io_context_)); in server() local
243 void handle_accept(session_ptr new_session, in handle_accept()
/third_party/boost/libs/asio/example/cpp03/allocation/
Dserver.cpp237 session_ptr new_session(new session(io_context_)); in server() local
243 void handle_accept(session_ptr new_session, in handle_accept()
/third_party/boost/doc/html/boost_asio/example/cpp03/spawn/
Decho_server.cpp92 boost::shared_ptr<session> new_session(new session(io_context)); in do_accept() local
/third_party/boost/libs/asio/example/cpp03/spawn/
Decho_server.cpp92 boost::shared_ptr<session> new_session(new session(io_context)); in do_accept() local
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_session_timeout.c46 int new_session; variable
/third_party/boringssl/src/ssl/test/
Dtest_state.h53 bssl::UniquePtr<SSL_SESSION> new_session; member
Dtest_state.cc69 UniquePtr<SSL_SESSION> new_session = SSL_SESSION_dup( in ssl_ctx_add_session() local
/third_party/boost/doc/html/boost_asio/example/cpp03/chat/
Dchat_server.cpp192 chat_session_ptr new_session(new chat_session(io_context_, room_)); in start_accept() local
/third_party/boost/libs/asio/example/cpp03/chat/
Dchat_server.cpp192 chat_session_ptr new_session(new chat_session(io_context_, room_)); in start_accept() local
/third_party/boost/doc/html/boost_asio/example/cpp03/timeouts/
Dserver.cpp378 tcp_session_ptr new_session(new tcp_session(io_context_, channel_)); in start_accept() local
/third_party/boost/libs/asio/example/cpp03/timeouts/
Dserver.cpp378 tcp_session_ptr new_session(new tcp_session(io_context_, channel_)); in start_accept() local
/third_party/boringssl/src/ssl/
Dtls_method.cc141 static bool ssl_noop_x509_session_dup(SSL_SESSION *new_session, in ssl_noop_x509_session_dup()
Dssl_session.cc193 UniquePtr<SSL_SESSION> new_session = ssl_session_new(session->x509_method); in SSL_SESSION_dup() local
Dssl_x509.cc333 static bool ssl_crypto_x509_session_dup(SSL_SESSION *new_session, in ssl_crypto_x509_session_dup()
Dssl_test.cc2443 bssl::UniquePtr<SSL_SESSION> new_session = ExpectSessionRenewed( in TEST_P() local
2560 bssl::UniquePtr<SSL_SESSION> new_session = in TEST_P() local
/third_party/toybox/toys/pending/
Dtelnetd.c179 static int new_session(int sockfd) in new_session() function
/third_party/openssl/test/ossl_shim/
Dossl_shim.cc90 bssl::UniquePtr<SSL_SESSION> new_session; member

12