Searched refs:to_binary (Results 1 – 2 of 2) sorted by relevance
12 fn to_binary(s: &'static str) -> Vec<u8> { in to_binary() function26 let mut serialized = to_binary($s);54 let mut serialized = to_binary($s);
150 static void to_binary(char *buf, size_t buflen, uint32_t val) in to_binary() function188 to_binary(bin, sizeof(bin), val); in dump_decode()