Searched defs:to_decode (Results 1 – 2 of 2) sorted by relevance
249 let to_decode = cmp::min(self.b64_len, BASE64_CHUNK_SIZE); in read() localVariable
302 let to_decode = cmp::min(self.b64_len, BASE64_CHUNK_SIZE); in read() localVariable