Lines Matching +full:concat +full:- +full:map
66 ["HTTP/1.1 200 OK\n", "Content-Type: text/plain\n", "\n"]; in test_sendfile_freebsd()
77 header_strings.iter().map(|s| s.as_bytes()).collect(); in test_sendfile_freebsd()
79 trailer_strings.iter().map(|s| s.as_bytes()).collect(); in test_sendfile_freebsd()
99 let expected_string = header_strings.concat() in test_sendfile_freebsd()
101 + &trailer_strings.concat(); in test_sendfile_freebsd()
117 ["HTTP/1.1 200 OK\n", "Content-Type: text/plain\n", "\n"]; in test_sendfile_dragonfly()
128 header_strings.iter().map(|s| s.as_bytes()).collect(); in test_sendfile_dragonfly()
130 trailer_strings.iter().map(|s| s.as_bytes()).collect(); in test_sendfile_dragonfly()
148 let expected_string = header_strings.concat() in test_sendfile_dragonfly()
150 + &trailer_strings.concat(); in test_sendfile_dragonfly()
166 vec!["HTTP/1.1 200 OK\n", "Content-Type: text/plain\n", "\n"]; in test_sendfile_darwin()
177 header_strings.iter().map(|s| s.as_bytes()).collect(); in test_sendfile_darwin()
179 trailer_strings.iter().map(|s| s.as_bytes()).collect(); in test_sendfile_darwin()
197 let expected_string = header_strings.concat() in test_sendfile_darwin()
199 + &trailer_strings.concat(); in test_sendfile_darwin()