Searched refs:with_c_str_slow_path (Results 1 – 1 of 1) sorted by relevance
1024 return with_c_str_slow_path(bytes, f); in with_c_str()1055 fn with_c_str_slow_path<T, F>(bytes: &[u8], f: F) -> io::Result<T> in with_c_str_slow_path() function