Home
last modified time | relevance | path

Searched refs:read_to_boundary (Results 1 – 5 of 5) sorted by relevance

/dports/devel/sccache/sccache-0.2.15/cargo-crates/multipart-0.15.4/src/server/
H A Dboundary.rs57 fn read_to_boundary(&mut self) -> io::Result<&[u8]> { in read_to_boundary() function
122 let buf_len = self.read_to_boundary()?.len(); in consume_boundary()
240 let mut buf = self.read_to_boundary()?; in read()
252 self.read_to_boundary() in fill_buf()
444 let buf1 = reader.read_to_boundary().unwrap().to_owned(); in test_trailing_crlf()
445 let buf2 = reader.read_to_boundary().unwrap().to_owned(); in test_trailing_crlf()
487 let buf1 = reader.read_to_boundary().unwrap().to_owned(); in test_trailing_lflf()
488 let buf2 = reader.read_to_boundary().unwrap().to_owned(); in test_trailing_lflf()
530 let buf1 = reader.read_to_boundary().unwrap().to_owned(); in test_unterminated_body()
531 let buf2 = reader.read_to_boundary().unwrap().to_owned(); in test_unterminated_body()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/multipart-0.18.0/src/server/
H A Dboundary.rs57 fn read_to_boundary(&mut self) -> io::Result<&[u8]> { in read_to_boundary() function
122 let buf_len = self.read_to_boundary()?.len(); in consume_boundary()
240 let mut buf = self.read_to_boundary()?; in read()
252 self.read_to_boundary() in fill_buf()
444 let buf1 = reader.read_to_boundary().unwrap().to_owned(); in test_trailing_crlf()
445 let buf2 = reader.read_to_boundary().unwrap().to_owned(); in test_trailing_crlf()
487 let buf1 = reader.read_to_boundary().unwrap().to_owned(); in test_trailing_lflf()
488 let buf2 = reader.read_to_boundary().unwrap().to_owned(); in test_trailing_lflf()
530 let buf1 = reader.read_to_boundary().unwrap().to_owned(); in test_unterminated_body()
531 let buf2 = reader.read_to_boundary().unwrap().to_owned(); in test_unterminated_body()
/dports/net/oha/oha-0.4.7/cargo-crates/multipart-0.17.1/src/server/
H A Dboundary.rs57 fn read_to_boundary(&mut self) -> io::Result<&[u8]> { in read_to_boundary() function
122 let buf_len = self.read_to_boundary()?.len(); in consume_boundary()
240 let mut buf = self.read_to_boundary()?; in read()
252 self.read_to_boundary() in fill_buf()
444 let buf1 = reader.read_to_boundary().unwrap().to_owned(); in test_trailing_crlf()
445 let buf2 = reader.read_to_boundary().unwrap().to_owned(); in test_trailing_crlf()
487 let buf1 = reader.read_to_boundary().unwrap().to_owned(); in test_trailing_lflf()
488 let buf2 = reader.read_to_boundary().unwrap().to_owned(); in test_trailing_lflf()
530 let buf1 = reader.read_to_boundary().unwrap().to_owned(); in test_unterminated_body()
531 let buf2 = reader.read_to_boundary().unwrap().to_owned(); in test_unterminated_body()
/dports/www/nginx-full/lua-nginx-module-0.10.19/t/023-rewrite/
H A Dreq-socket.t79 local read_to_boundary = sock:receiveuntil("\\r\\n--" .. boundary)
82 local data, err, part = read_to_boundary()
120 local data, err, part = read_to_boundary()
193 local read_to_boundary = sock:receiveuntil("\\r\\n--" .. boundary)
198 local data, err, part = read_to_boundary(1)
268 local data, err, part = read_to_boundary(1)
/dports/www/nginx-full/lua-nginx-module-0.10.19/t/
H A D067-req-socket.t78 local read_to_boundary = sock:receiveuntil("\\r\\n--" .. boundary)
81 local data, err, part = read_to_boundary()
119 local data, err, part = read_to_boundary()
190 local read_to_boundary = sock:receiveuntil("\\r\\n--" .. boundary)
195 local data, err, part = read_to_boundary(1)
265 local data, err, part = read_to_boundary(1)