Searched defs:handle_chunk (Results 1 – 3 of 3) sorted by relevance
16 fn handle_chunk(&self, chunk: &[u8]) { in handle_chunk() method27 fn handle_chunk(&self, chunk: &[u8]); in handle_chunk() method53 fn handle_chunk(&self, chunk: &[u8]); in handle_chunk() function
29 fn handle_chunk(&self, chunk: &[u8]) { in handle_chunk() method
228 async def handle_chunk(self, chunk: Chunk) -> None: member in Transfer