Home
last modified time | relevance | path

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

123

/external/sdv/vsomeip/third_party/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()
/external/sdv/vsomeip/third_party/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()
/external/sdv/vsomeip/third_party/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()
/external/sdv/vsomeip/third_party/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()
/external/webrtc/rtc_base/
Dopenssl_session_cache.cc40 SSL_SESSION* new_session) { in AddSession()
/external/sdv/vsomeip/third_party/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()
/external/cronet/tot/net/spdy/
Dspdy_session_pool.cc161 std::unique_ptr<SpdySession> new_session = in CreateAvailableSessionFromSocketHandle() local
188 std::unique_ptr<SpdySession> new_session = CreateSession( in CreateAvailableSessionFromSocket() local
740 std::unique_ptr<SpdySession> new_session, in InsertSession()
790 base::WeakPtr<SpdySession> new_session = it->second->GetWeakPtr(); in UpdatePendingRequests() local
/external/cronet/stable/net/spdy/
Dspdy_session_pool.cc161 std::unique_ptr<SpdySession> new_session = in CreateAvailableSessionFromSocketHandle() local
188 std::unique_ptr<SpdySession> new_session = CreateSession( in CreateAvailableSessionFromSocket() local
740 std::unique_ptr<SpdySession> new_session, in InsertSession()
790 base::WeakPtr<SpdySession> new_session = it->second->GetWeakPtr(); in UpdatePendingRequests() local
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/spawn/
Decho_server.cpp92 boost::shared_ptr<session> new_session(new session(io_context)); in do_accept() local
/external/crosvm/devices/src/virtio/video/decoder/backend/
Dmod.rs164 fn new_session(&mut self, format: Format) -> VideoResult<Self::Session>; in new_session() method
191 fn new_session(&mut self, format: Format) -> VideoResult<Self::Session> { in new_session() function
209 fn new_session(&mut self, format: Format) -> VideoResult<Self::Session> { in new_session() function
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/
Dtest_state.h58 bssl::UniquePtr<SSL_SESSION> new_session; member
Dtest_state.cc69 UniquePtr<SSL_SESSION> new_session = SSL_SESSION_dup( in ssl_ctx_add_session() local
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dsplit_utils_test.cc91 Session* new_session; in RunFunction() local
137 Session* new_session; in RunSplitFunctions() local
/external/boringssl/src/ssl/test/
Dtest_state.h58 bssl::UniquePtr<SSL_SESSION> new_session; member
Dtest_state.cc72 UniquePtr<SSL_SESSION> new_session = SSL_SESSION_dup( in ssl_ctx_add_session() local
/external/cronet/stable/third_party/boringssl/src/ssl/test/
Dtest_state.h58 bssl::UniquePtr<SSL_SESSION> new_session; member
Dtest_state.cc72 UniquePtr<SSL_SESSION> new_session = SSL_SESSION_dup( in ssl_ctx_add_session() local
/external/cronet/tot/third_party/boringssl/src/ssl/test/
Dtest_state.h58 bssl::UniquePtr<SSL_SESSION> new_session; member
Dtest_state.cc72 UniquePtr<SSL_SESSION> new_session = SSL_SESSION_dup( in ssl_ctx_add_session() local
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/chat/
Dchat_server.cpp192 chat_session_ptr new_session(new chat_session(io_context_, room_)); in start_accept() local
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/timeouts/
Dserver.cpp378 tcp_session_ptr new_session(new tcp_session(io_context_, channel_)); in start_accept() local
/external/tensorflow/tensorflow/cc/client/
Dclient_session.cc54 Session* new_session; in ClientSession() local
/external/toybox/toys/pending/
Dtelnetd.c148 static int new_session(int sockfd) in new_session() function
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dtls_method.cc181 static bool ssl_noop_x509_session_dup(SSL_SESSION *new_session, in ssl_noop_x509_session_dup()
/external/cronet/tot/third_party/boringssl/src/ssl/
Dtls_method.cc182 static bool ssl_noop_x509_session_dup(SSL_SESSION *new_session, in ssl_noop_x509_session_dup()

123