HomeSort by relevance Sort by last modified time
    Searched defs:new_session (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/cc/client/
client_session.cc 54 Session* new_session; local
55 Status status = NewSession(session_options, &new_session);
57 impl_.reset(new Impl(new_session, scope.graph_as_shared_ptr()));
  /external/libmicrohttpd/src/testspdy/
test_session_timeout.c 46 int new_session; variable
91 if(!new_session)do_sleep = 1;
92 new_session = 1;
163 if(new_session && !closed_session)
228 /*if(new_session)
249 if(!new_session || !closed_session)
  /external/toybox/toys/pending/
telnetd.c 182 static int new_session(int sockfd) function
322 pty_fd = new_session(master_fd); //master_fd = 0
369 pty_fd = new_session(new_fd);
  /external/boringssl/src/ssl/
ssl_session.cc 188 UniquePtr<SSL_SESSION> new_session = ssl_session_new(session->x509_method); local
189 if (!new_session) {
193 new_session->is_server = session->is_server;
194 new_session->ssl_version = session->ssl_version;
195 new_session->sid_ctx_length = session->sid_ctx_length;
196 OPENSSL_memcpy(new_session->sid_ctx, session->sid_ctx, session->sid_ctx_length);
199 new_session->master_key_length = session->master_key_length;
200 OPENSSL_memcpy(new_session->master_key, session->master_key,
202 new_session->cipher = session->cipher;
206 new_session->psk_identity = BUF_strdup(session->psk_identity)
    [all...]
ssl_test.cc 2352 bssl::UniquePtr<SSL_SESSION> new_session = ExpectSessionRenewed( local
2472 bssl::UniquePtr<SSL_SESSION> new_session = local
    [all...]
internal.h 1414 UniquePtr<SSL_SESSION> new_session; member in struct:bssl::SSL_HANDSHAKE
    [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc 111 bssl::UniquePtr<SSL_SESSION> new_session; member in struct:TestState
917 GetTestState(ssl)->new_session.reset(session);
1182 bssl::UniquePtr<SSL_SESSION> new_session = bssl::SSL_SESSION_dup( local
    [all...]
  /external/tensorflow/tensorflow/c/
c_api.cc 2422 TF_Session* new_session = new TF_Session(session, graph); local
    [all...]

Completed in 299 milliseconds