Searched refs:copy_until (Results 1 – 1 of 1) sorted by relevance
799 fn copy_until<R: Read, W: Write>(r: &mut R, w: &mut W, delimiter_byte: u8) -> CopyUntilResult { in copy_until() function839 match copy_until(r, w, b'{') { in copy_and_capture()857 match copy_until(&mut rb, tag_buffer, b'}') { in copy_and_capture()