Searched refs:CHUNK_LEN (Results 1 – 1 of 1) sorted by relevance
54 const CHUNK_LEN: usize = 1024; constant97 let mut buffer = [0u8; CHUNK_LEN]; in handle_capture_get()