Home
last modified time | relevance | path

Searched refs:session1 (Results 1 – 3 of 3) sorted by relevance

/external/libmicrohttpd/src/testspdy/
Dtest_misc.c46 struct SPDY_Session *session1; variable
108 session1 = SPDY_get_session_for_request(request); in response_done_callback()
109 if(NULL == session1) in response_done_callback()
116 SPDY_set_cls_to_session(session1,session_cls); in response_done_callback()
121 if(session1 != session2) in response_done_callback()
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSessionImplTest.java144 SSLSessionImpl session1 = new SSLSessionImpl( in testClone() local
146 SSLSessionImpl session2 = (SSLSessionImpl) session1.clone(); in testClone()
147 assertTrue(Arrays.equals(session1.getId(), session2.getId())); in testClone()
/external/webrtc/talk/app/webrtc/objctests/
DRTCPeerConnectionTest.mm64 + (BOOL)isSession:(RTCSessionDescription*)session1
81 + (BOOL)isSession:(RTCSessionDescription*)session1
83 return [session1.type isEqual:session2.type];