Searched refs:stream_finished (Results 1 – 3 of 3) sorted by relevance
840 if fin && conn.stream_finished(stream_id) { in send_headers()920 if fin && written == body.len() && conn.stream_finished(stream_id) { in send_body()1004 if conn.stream_finished(stream_id) { in recv_body()1110 if conn.stream_finished(s) { in poll()1339 if conn.stream_finished(stream_id) { in process_control_stream()1357 if conn.stream_finished(stream_id) { in process_control_stream()1648 let has_body = !conn.stream_finished(stream_id); in process_frame()
2927 pub fn stream_finished(&self, stream_id: u64) -> bool { in stream_finished() method5046 assert!(!pipe.server.stream_finished(4)); in stream()5056 assert!(pipe.server.stream_finished(4)); in stream()5091 assert!(!pipe.server.stream_finished(4)); in stream_send_on_32bit_arch()6409 assert!(!pipe.client.stream_finished(0)); in collect_streams()6410 assert!(!pipe.server.stream_finished(0)); in collect_streams()6422 assert!(!pipe.client.stream_finished(0)); in collect_streams()6423 assert!(pipe.server.stream_finished(0)); in collect_streams()6435 assert!(pipe.client.stream_finished(0)); in collect_streams()6436 assert!(pipe.server.stream_finished(0)); in collect_streams()
608 conn.stream_finished(stream_id) in quiche_conn_stream_finished()