Searched refs:ctx (Results 1 – 3 of 3) sorted by relevance
327 let mut ctx = ConnReaderContext { in new() localVariable747 ctx: &mut ConnReaderContext, in read_and_buffer()760 let alert_err = ctx in read_and_buffer()833 ctx: &mut ConnReaderContext, in handle_queued_packets()841 let alert_err = ctx in handle_queued_packets()881 ctx: &mut ConnReaderContext, in handle_incoming_packet()915 srv_cli_str(ctx.is_client) in handle_incoming_packet()924 ctx.replay_detector in handle_incoming_packet()935 srv_cli_str(ctx.is_client), in handle_incoming_packet()1012 ctx.cache in handle_incoming_packet()[all …]
237 let mut ctx = Context::new( in test_encrypt_rtp() localVariable246 let gotten_encrypted_rtp_packet = ctx in test_encrypt_rtp()255 let mut ctx = Context::new( in test_decrypt_rtp() localVariable264 let gotten_decrypted_rtp_packet = ctx in test_decrypt_rtp()273 let mut ctx = Context::new( in test_encrypt_rtcp() localVariable282 let gotten_encrypted_rtcp_packet = ctx in test_encrypt_rtcp()291 let mut ctx = Context::new( in test_decrypt_rtcp() localVariable300 let gotten_decrypted_rtcp_packet = ctx in test_decrypt_rtcp()
433 let mut ctx = self.context.lock().await; in send() localVariable434 *ctx = context; in send()