Searched defs:session (Results 201 - 225 of 289) sorted by relevance

1234567891011>>

/external/openssl/ssl/
H A Ddtls1.h138 SSL_SESSION *session; member in struct:dtls1_retransmit_state
H A Dssl_sess.c153 return(ssl->session);
161 * somebody doesn't free ssl->session between when we check it's
164 sess = ssl->session;
239 /* Even with SSLv2, we have 16 bytes (128 bits) of session ID space. SSLv3/TLSv1
265 * to atomically check whether a session ID already exists
277 int ssl_get_new_session(SSL *s, int session) argument
295 if (s->session != NULL)
297 SSL_SESSION_free(s->session);
298 s->session=NULL;
301 if (session)
804 SSL_set_session(SSL *s, SSL_SESSION *session) argument
[all...]
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe.h216 unsigned int session:16; /* PPPoE session */ member in struct:PPPoEPacketStruct
222 #define PPPOE_OVERHEAD 6 /* type, code, session, length */
254 int sessionSocket; /* Raw socket for session frames */
257 UINT16_t session; /* Session ID */ member in struct:PPPoEConnectionStruct
/external/srtp/srtp/
H A Dsrtp.c1176 srtp_dealloc(srtp_t session) { argument
1187 stream = session->stream_list;
1190 status = srtp_stream_uninit_and_dealloc(stream, session->stream_template);
1198 if (session->stream_template != NULL) {
1199 status = srtp_stream_uninit_and_dealloc(session->stream_template, NULL);
1202 /* deallocate session context */
1203 crypto_free(session);
1210 srtp_add_stream(srtp_t session, argument
1216 if ((session == NULL) || (policy == NULL) || (policy->key == NULL))
1242 if (session
1269 srtp_create(srtp_t *session, const srtp_policy_t *policy) argument
1308 srtp_remove_stream(srtp_t session, uint32_t ssrc) argument
[all...]
/external/srtp/test/
H A Dsrtp_driver.c472 * allocate and initialize an srtp session
532 * allocate and initialize an srtp session
1009 /* loop over streams in session, printing the policy of each */
1043 srtp_t session; local
1045 status = srtp_create(&session, policy);
1048 status = srtp_session_print_policy(session);
1051 status = srtp_dealloc(session);
1178 * create a session with a single stream using the default srtp
1212 * create a receiver session context comparable to the one created
1270 srtp_t session; local
[all...]
/external/chromium_org/chrome/browser/drive/
H A Dfake_drive_service.cc1140 UploadSession* session = &upload_sessions_[upload_url]; local
1144 if (session->uploaded_size != start_position) {
1164 session->uploaded_size = end_position;
1171 session->uploaded_size = end_position;
1175 session->uploaded_size = end_position;
1178 if (session->resource_id.empty()) {
1179 DCHECK(!session->parent_resource_id.empty());
1180 DCHECK(!session->title.empty());
1183 session->content_type,
1185 session
[all...]
/external/chromium_org/chrome/browser/media/
H A Dmedia_capture_devices_dispatcher.cc1020 // session counts since not all requests will reach MEDIA_REQUEST_STATE_DONE,
1024 DesktopCaptureSession session = { render_process_id, render_frame_id, local
1026 desktop_capture_sessions_.push_back(session);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc970 // The SSL session cache is partitioned by setting a string. This returns a
971 // unique string to partition the SSL session cache. Each time we create a
972 // new profile, we'll get a fresh SSL session cache which is separate from
1270 net::HttpNetworkSession* session = new net::HttpNetworkSession(params); local
1272 new DevToolsNetworkTransactionFactory(network_controller_.get(), session),
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.cc46 // Default number of days without activity after which a session is considered
211 // changed after a session restore.
243 // Update this window's representation in the synced session tracker.
349 // Verify that tab IDs appear only once within a session.
388 // Associate tabs first so the synced session tracker is aware of them.
427 const SyncedSession* session = NULL; local
428 if (!session_tracker_.LookupLocalSession(&session))
436 header_specifics->MergeFrom(session->ToSessionHeader());
442 for (win_iter = session->windows.begin();
443 win_iter != session
490 const sync_pb::SessionSpecifics& session = local
1027 const SyncedSession* session = *iter; local
[all...]
H A Dsessions_sync_manager_unittest.cc328 SyncedSession session; local
331 header_s, time, &session);
332 ASSERT_EQ("Client 1", session.session_name);
333 ASSERT_EQ(SyncedSession::TYPE_WIN, session.device_type);
334 ASSERT_EQ(time, session.modified_time);
337 // Test translation between protobuf types and chrome session types.
345 SyncedSession* session = manager()->session_tracker_.GetSession(tag); local
348 tag, window_s, base::Time(), session->windows[0]);
349 ASSERT_EQ(1U, session->windows[0]->tabs.size());
350 ASSERT_EQ(1, session
[all...]
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher.cc293 // All tokens should be session tokens except the gaia auth token.
294 bool session = true; local
296 session = false;
302 session ? "true" : "false");
645 // In order for the new session to be merged correctly, the server needs to
/external/chromium_org/net/ftp/
H A Dftp_network_transaction.cc206 FtpNetworkSession* session,
211 session_(session),
213 resolver_(session->host_resolver()),
1320 // seen an error of that type during the session. In the second histogram we
205 FtpNetworkTransaction( FtpNetworkSession* session, ClientSocketFactory* socket_factory) argument
/external/chromium_org/net/http/
H A Dhttp_cache.cc308 // This call doesn't change the shared |session|'s QuicServerInfoFactory because
309 // |session| is shared.
310 HttpCache::HttpCache(HttpNetworkSession* session, argument
312 : net_log_(session->net_log()),
317 network_layer_(new HttpNetworkLayer(session)),
430 HttpNetworkSession* session = GetSession(); local
431 if (session)
432 session->CloseAllConnections();
436 HttpNetworkSession* session = GetSession(); local
437 if (session)
1018 SetupQuicServerInfoFactory(HttpNetworkSession* session) argument
[all...]
H A Dhttp_network_transaction.cc74 HttpNetworkSession* session,
88 session->http_stream_factory()->ProcessAlternateProtocol(
89 session->http_server_properties(),
92 *session);
127 HttpNetworkSession* session)
131 session_(session),
143 session->ssl_config_service()->GetSSLConfig(&server_ssl_config_);
144 session->GetNextProtos(&server_ssl_config_.next_protos);
1275 // SSL session cache.
73 ProcessAlternateProtocol( HttpNetworkSession* session, const HttpResponseHeaders& headers, const HostPortPair& http_host_port_pair) argument
126 HttpNetworkTransaction(RequestPriority priority, HttpNetworkSession* session) argument
H A Dhttp_stream_factory_impl_job.cc70 HttpNetworkSession* session,
84 session_(session),
105 DCHECK(session);
269 // we look for a SPDY session *to* the proxy, instead of to the
284 // We need to make sure that if a spdy session was created for
285 // https://somehost/ that we don't use that session for http://somehost:443/.
286 // The only time we can use an existing session is if the request URL is
767 // OK, there's no available QUIC session. Let |waiting_job_| resume
777 // Check first if we have a spdy session for this group. If so, then go
794 // Update the spdy session ke
69 Job(HttpStreamFactoryImpl* stream_factory, HttpNetworkSession* session, const HttpRequestInfo& request_info, RequestPriority priority, const SSLConfig& server_ssl_config, const SSLConfig& proxy_ssl_config, NetLog* net_log) argument
1031 SetSpdyHttpStream( base::WeakPtr<SpdySession> session, bool direct) argument
[all...]
/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc133 SECStatus OCSPKeepAliveSession(SEC_HTTP_SERVER_SESSION session,
135 SECStatus OCSPFreeSession(SEC_HTTP_SERVER_SESSION session);
137 SECStatus OCSPCreate(SEC_HTTP_SERVER_SESSION session,
610 VLOG(1) << "OCSP create session: host=" << host << " port=" << portnum;
627 SECStatus OCSPKeepAliveSession(SEC_HTTP_SERVER_SESSION session, argument
635 SECStatus OCSPFreeSession(SEC_HTTP_SERVER_SESSION session) { argument
636 VLOG(1) << "OCSP free session";
637 delete reinterpret_cast<OCSPServerSession*>(session);
641 SECStatus OCSPCreate(SEC_HTTP_SERVER_SESSION session, argument
652 reinterpret_cast<OCSPServerSession*>(session);
[all...]
/external/chromium_org/net/quic/
H A Dquic_client_session.cc65 // Histogram for recording the different reasons that a QUIC session is unable
104 const base::WeakPtr<QuicClientSession>& session,
107 session_ = session;
193 // The session must be closed before it is destroyed.
210 // Ensure that the connection is closed by the time the session is
464 // Unless we require handshake confirmation, activate the session if
799 DVLOG(1) << "Closing session on read error: " << result;
103 StartRequest( const base::WeakPtr<QuicClientSession>& session, QuicReliableClientStream** stream, const CompletionCallback& callback) argument
H A Dquic_stream_factory.cc149 // Responsible for creating a new QUIC session to the specified server, and
164 // existing session.
167 QuicClientSession* session,
245 QuicClientSession* session,
253 net_log_(session->net_log()), // unused
254 session_(session),
341 // a session alias, if possible.
419 // There may well now be an active session for this IP. If so, use the
420 // existing session instead.
620 QuicClientSession* session local
243 Job(QuicStreamFactory* factory, HostResolver* host_resolver, QuicClientSession* session, QuicServerId server_id) argument
670 QuicClientSession* session = active_sessions_[server_id]; local
676 OnIdleSession(QuicClientSession* session) argument
679 OnSessionGoingAway(QuicClientSession* session) argument
706 OnSessionClosed(QuicClientSession* session) argument
713 OnSessionConnectTimeout( QuicClientSession* session) argument
769 QuicClientSession* session = it->second; local
815 CreateSession( const QuicServerId& server_id, scoped_ptr<QuicServerInfo> server_info, const AddressList& address_list, const BoundNetLog& net_log, QuicClientSession** session) argument
947 ActivateSession( const QuicServerId& server_id, QuicClientSession* session) argument
984 ProcessGoingAwaySession( QuicClientSession* session, const QuicServerId& server_id, bool session_was_active) argument
[all...]
/external/chromium_org/net/socket_stream/
H A Dsocket_stream.cc627 // Usually we already have a session to the SPDY server because JavaScript
788 HttpNetworkSession* session = local
796 session->http_auth_cache(),
797 session->http_auth_handler_factory());
1232 scoped_refptr<HttpNetworkSession> session = factory->GetSession();
1233 if (!session.get())
1240 if (!session->ssl_client_auth_cache()->Lookup(
/external/chromium_org/net/spdy/
H A Dspdy_session_unittest.cc56 void StallSessionOnly(SpdySession* session, SpdyStream* stream) { argument
57 StallSessionSend(session);
60 void StallStreamOnly(SpdySession* session, SpdyStream* stream) { argument
64 void StallSessionStream(SpdySession* session, SpdyStream* stream) { argument
65 StallSessionSend(session);
69 void StallStreamSession(SpdySession* session, SpdyStream* stream) { argument
71 StallSessionSend(session);
74 void UnstallSessionOnly(SpdySession* session, argument
77 UnstallSessionSend(session, delta_window_size);
80 void UnstallStreamOnly(SpdySession* session, argument
86 UnstallSessionStream(SpdySession* session, SpdyStream* stream, int32 delta_window_size) argument
93 UnstallStreamSession(SpdySession* session, SpdyStream* stream, int32 delta_window_size) argument
140 StallSessionSend(SpdySession* session) argument
148 UnstallSessionSend(SpdySession* session, int32 delta_window_size) argument
194 base::WeakPtr<SpdySession> session = TryCreateFakeSpdySessionExpectingFailure( local
248 base::WeakPtr<SpdySession> session = local
302 base::WeakPtr<SpdySession> session = local
334 base::WeakPtr<SpdySession> session = local
369 base::WeakPtr<SpdySession> session = local
451 base::WeakPtr<SpdySession> session = local
529 base::WeakPtr<SpdySession> session = local
623 base::WeakPtr<SpdySession> session = local
670 base::WeakPtr<SpdySession> session = local
740 base::WeakPtr<SpdySession> session = local
797 base::WeakPtr<SpdySession> session = local
865 base::WeakPtr<SpdySession> session = local
920 base::WeakPtr<SpdySession> session = local
969 base::WeakPtr<SpdySession> session = local
1035 base::WeakPtr<SpdySession> session = local
1134 base::WeakPtr<SpdySession> session = local
1215 base::WeakPtr<SpdySession> session = local
1289 base::WeakPtr<SpdySession> session = local
1358 base::WeakPtr<SpdySession> session = local
1433 base::WeakPtr<SpdySession> session = local
1497 base::WeakPtr<SpdySession> session = local
1601 base::WeakPtr<SpdySession> session = local
1642 base::WeakPtr<SpdySession> session = local
1685 base::WeakPtr<SpdySession> session = local
1731 base::WeakPtr<SpdySession> session = local
1781 base::WeakPtr<SpdySession> session = local
1868 base::WeakPtr<SpdySession> session = local
1938 base::WeakPtr<SpdySession> session = local
2008 base::WeakPtr<SpdySession> session = local
2080 base::WeakPtr<SpdySession> session = local
2159 base::WeakPtr<SpdySession> session = local
2241 base::WeakPtr<SpdySession> session = local
2346 base::WeakPtr<SpdySession> session = local
2415 base::WeakPtr<SpdySession> session = local
2458 base::WeakPtr<SpdySession> session = local
2524 base::WeakPtr<SpdySession> session = local
2644 base::WeakPtr<SpdySession> session = local
2762 base::WeakPtr<SpdySession> session = local
2853 base::WeakPtr<SpdySession> session = local
2966 base::WeakPtr<SpdySession> session = local
3037 base::WeakPtr<SpdySession> session = local
3083 base::WeakPtr<SpdySession> session = local
3377 StreamCreatingDelegate(const base::WeakPtr<SpdyStream>& stream, const base::WeakPtr<SpdySession>& session) argument
3422 base::WeakPtr<SpdySession> session = local
3493 base::WeakPtr<SpdySession> session = local
3551 base::WeakPtr<SpdySession> session = local
3601 base::WeakPtr<SpdySession> session = local
3638 base::WeakPtr<SpdySession> session = local
3714 base::WeakPtr<SpdySession> session = local
3789 base::WeakPtr<SpdySession> session = local
3878 base::WeakPtr<SpdySession> session = local
3995 base::WeakPtr<SpdySession> session = local
4154 base::WeakPtr<SpdySession> session = local
4307 base::WeakPtr<SpdySession> session = local
4462 base::WeakPtr<SpdySession> session = local
4569 base::WeakPtr<SpdySession> session = local
4649 base::WeakPtr<SpdySession> session = local
4730 base::WeakPtr<SpdySession> session = local
4814 base::WeakPtr<SpdySession> session = local
4904 base::WeakPtr<SpdySession> session = local
4975 base::WeakPtr<SpdySession> session = local
[all...]
/external/chromium_org/net/tools/quic/
H A Dend_to_end_test.cc263 DVLOG(1) << "Setting client initial session flow control window: "
283 DVLOG(1) << "Setting server initial session flow control window: "
292 QuicSession* session = dispatcher->session_map().begin()->second; local
293 return &session->connection()->sent_packet_manager();
309 // Set FEC config in client's connection options and in client session.
327 client_->client()->session()->connection())),
413 client_->client()->session()->connection()->GetStats();
425 QuicSession* session = dispatcher->session_map().begin()->second; local
426 QuicConnectionStats server_stats = session->connection()->GetStats();
690 EXPECT_EQ(2, client_->client()->session()
744 QuicSession* session = dispatcher->session_map().begin()->second; local
800 QuicSession* session = client_->client()->session(); local
1009 QuicSession* session = dispatcher->session_map().begin()->second; local
1040 QuicSession* session = dispatcher->session_map().begin()->second; local
1101 QuicSession* session = client_->client()->session(); local
1250 QuicSession* session = dispatcher->session_map().begin()->second; local
1306 QuicSession* session = dispatcher->session_map().begin()->second; local
1362 QuicSession* session = dispatcher->session_map().begin()->second; local
1385 QuicSession* session = dispatcher->session_map().begin()->second; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.cc184 // Add the allocator session to our list so that we know which sessions
186 void P2PTransportChannel::AddAllocatorSession(PortAllocatorSession* session) { argument
187 session->set_generation(static_cast<uint32>(allocator_sessions_.size()));
188 allocator_sessions_.push_back(session);
191 // created by this new session because these are replacing those of the
195 session->SignalPortReady.connect(this, &P2PTransportChannel::OnPortReady);
196 session->SignalCandidatesReady.connect(
198 session->SignalCandidatesAllocationDone.connect(
200 session->StartGettingPorts();
309 // Kick off an allocator session
350 OnPortReady(PortAllocatorSession *session, PortInterface* port) argument
393 OnCandidatesReady( PortAllocatorSession *session, const std::vector<Candidate>& candidates) argument
401 OnCandidatesAllocationDone( PortAllocatorSession* session) argument
[all...]
H A Dsessionmessages.cc95 // "session-terminate", but there is no "session-reject".
137 const buzz::XmlElement* session = stanza->FirstNamed(QN_GINGLE_SESSION); local
138 if (session == NULL)
141 return (session->HasAttr(buzz::QN_TYPE) &&
142 session->HasAttr(buzz::QN_ID) &&
143 session->HasAttr(QN_INITIATOR));
153 bool ParseGingleSessionMessage(const buzz::XmlElement* session, argument
157 std::string type_string = session->Attr(buzz::QN_TYPE);
159 msg->sid = session
204 const buzz::XmlElement* session = stanza->FirstNamed(QN_GINGLE_SESSION); local
216 buzz::XmlElement* session = new buzz::XmlElement(QN_GINGLE_SESSION, true); local
616 ParseGingleContentInfos(const buzz::XmlElement* session, const ContentParserMap& content_parsers, ContentInfos* contents, ParseError* error) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.cc99 AllocationSequence(BasicPortAllocatorSession* session,
361 // mark those as error. Since session doesn't need any new candidates
658 // If all allocated ports are in complete state, session must have got all
729 AllocationSequence::AllocationSequence(BasicPortAllocatorSession* session, argument
733 : session_(session),
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.cc32 #include "talk/session/media/call.h"
33 #include "talk/session/media/currentspeakermonitor.h"
34 #include "talk/session/media/mediasessionclient.h"
89 void AudioSourceProxy::OnMediaStreamsUpdate(Call* call, Session* session, argument
91 SignalMediaStreamsUpdate(this, session, added, removed);
108 Session* session = media_session_map_.begin()->second.session; local
109 RemoveSession(session);
110 session_client_->session_manager()->DestroySession(session);
130 void Call::IncomingSession(Session* session, cons argument
143 AcceptSession(Session* session, const cricket::CallOptions& options) argument
153 RejectSession(Session* session) argument
160 TerminateSession(Session* session) argument
179 SendViewRequest(Session* session, const ViewRequest& view_request) argument
209 SetVideoRenderer(Session* session, uint32 ssrc, VideoRenderer* renderer) argument
252 AddSession(Session* session, const SessionDescription* offer) argument
346 RemoveSession(Session* session) argument
415 EnableSessionChannels(Session* session, bool enable) argument
449 SendData(Session* session, const SendDataParams& params, const rtc::Buffer& payload, SendDataResult* result) argument
484 StartScreencast(Session* session, const std::string& streamid, uint32 ssrc, const ScreencastId& screenid, int fps) argument
546 StopScreencast(Session* session, const std::string& streamid, uint32 ssrc) argument
569 StopScreencastWithoutSendingUpdate( Session* session, uint32 ssrc) argument
614 SendVideoStreamUpdate( Session* session, VideoContentDescription* video) argument
675 StartConnectionMonitor(Session* session, int cms) argument
691 StopConnectionMonitor(Session* session) argument
705 StartAudioMonitor(Session* session, int cms) argument
713 StopAudioMonitor(Session* session) argument
721 IsAudioMonitorRunning(Session* session) argument
730 StartSpeakerMonitor(Session* session) argument
747 StopSpeakerMonitor(Session* session) argument
774 Session* session = static_cast<Session*>(monitor->session()); local
803 Session* session = static_cast<Session*>(base_session); local
828 OnSessionInfoMessage(Session* session, const buzz::XmlElement* action_elem) argument
854 Session* session = static_cast<Session*>(base_session); local
886 UpdateVoiceChannelRemoteContent( Session* session, const AudioContentDescription* audio) argument
899 UpdateVideoChannelRemoteContent( Session* session, const VideoContentDescription* video) argument
912 UpdateDataChannelRemoteContent( Session* session, const DataContentDescription* data) argument
925 UpdateRemoteMediaStreams(Session* session, const ContentInfos& updated_contents, bool update_channels) argument
1050 OnReceivedTerminateReason(Session* session, const std::string& reason) argument
1103 Session* session = session_client_->CreateSession(id, this); local
[all...]

Completed in 962 milliseconds

1234567891011>>