Searched refs:base64data (Results 1 – 4 of 4) sorted by relevance
193 char *base64data; in base64_encode() local208 base64data = output = malloc((insize + 2) / 3 * 4 + 1); in base64_encode()243 *outptr = base64data; in base64_encode()246 *outlen = (size_t)(output - base64data); in base64_encode()
26 for (text_expected, base64data) in tests.iter() { in simple()28 for n in 1..base64data.len() + 1 { in simple()29 let mut wrapped_reader = io::Cursor::new(base64data); in simple()58 for base64data in tests.iter() { in trailing_junk()60 for n in 1..base64data.len() + 1 { in trailing_junk()61 let mut wrapped_reader = io::Cursor::new(base64data); in trailing_junk()
32 for (text_expected, base64data) in tests.iter() { in simple()34 for n in 1..base64data.len() + 1 { in simple()35 let mut wrapped_reader = io::Cursor::new(base64data); in simple()64 for base64data in tests.iter() { in trailing_junk()66 for n in 1..base64data.len() + 1 { in trailing_junk()67 let mut wrapped_reader = io::Cursor::new(base64data); in trailing_junk()