| /src/sys/kern/ |
| subr_disk_mbr.c | 323 int new_session, error; local 345 new_session = (ti.sessionnr != sessionnr); 347 if (new_session) {
|
| /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
| ossl_shim.cc | 90 bssl::UniquePtr<SSL_SESSION> new_session; member in struct:bssl::TestState 368 GetTestState(ssl)->new_session.reset(session); 1198 *out_session = std::move(GetTestState(ssl.get())->new_session);
|
| /src/sbin/init/ |
| init.c | 182 static session_t *new_session(session_t *, int, struct ttyent *); 1091 new_session(session_t *sprev, int session_index, struct ttyent *typ) function 1228 if ((snext = new_session(sp, ++session_index, typ)) != NULL) 1576 (void)new_session(sprev, session_index, typ);
|
| /src/external/mpl/bind/dist/lib/isc/netmgr/ |
| http.c | 353 new_session(isc_mem_t *mctx, isc_tlsctx_t *tctx, function 1829 new_session(mctx, http_sock->h2->connect.tlsctx, &session); 2937 new_session(handle->sock->worker->mctx, NULL, &session);
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| ssl_local.h | 1289 int new_session; member in struct:ssl_connection_st
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| ssl_local.h | 1252 int new_session; member in struct:ssl_st
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| ssl_local.h | 1108 int new_session; member in struct:ssl_st
|