Searched refs:session1 (Results 1 – 3 of 3) sorted by relevance
46 struct SPDY_Session *session1; variable108 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()
144 SSLSessionImpl session1 = new SSLSessionImpl( in testClone() local146 SSLSessionImpl session2 = (SSLSessionImpl) session1.clone(); in testClone()147 assertTrue(Arrays.equals(session1.getId(), session2.getId())); in testClone()
64 + (BOOL)isSession:(RTCSessionDescription*)session181 + (BOOL)isSession:(RTCSessionDescription*)session183 return [session1.type isEqual:session2.type];