Home
last modified time | relevance | path

Searched refs:read_into_accumulator (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/librespot-core-0.3.1/src/connection/
H A Dhandshake.rs102 let header = read_into_accumulator(connection, 4, acc).await?; in recv_packet()
104 let data = read_into_accumulator(connection, size - 4, acc).await?; in recv_packet()
109 async fn read_into_accumulator<'a, 'b, T: AsyncRead + Unpin>( in read_into_accumulator() function
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-core-0.1.2/src/connection/
H A Dhandshake.rs142 RecvPacket::Header(read_into_accumulator(connection, 4, acc), PhantomData) in recv_packet()
162 let read = read_into_accumulator(connection, size - 4, acc); in poll()
178 fn read_into_accumulator<T: AsyncRead>( in read_into_accumulator() function
/dports/multimedia/librespot/librespot-0.1.3/core/src/connection/
H A Dhandshake.rs142 RecvPacket::Header(read_into_accumulator(connection, 4, acc), PhantomData) in recv_packet()
162 let read = read_into_accumulator(connection, size - 4, acc); in poll()
178 fn read_into_accumulator<T: AsyncRead>( in read_into_accumulator() function
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-core-0.1.1/src/connection/
H A Dhandshake.rs142 RecvPacket::Header(read_into_accumulator(connection, 4, acc), PhantomData) in recv_packet()
162 let read = read_into_accumulator(connection, size - 4, acc); in poll()
178 fn read_into_accumulator<T: AsyncRead>( in read_into_accumulator() function