Home
last modified time | relevance | path

Searched refs:putBytes (Results 176 – 200 of 464) sorted by relevance

12345678910>>...19

/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/sarama-1.26.4/
H A Dsasl_authenticate_request.go11 return pe.putBytes(r.SaslAuthBytes)
H A Dsync_group_response.go16 return pe.putBytes(r.MemberAssignment)
H A Dpacket_encoder.go21 putBytes(in []byte) error methodSpec
H A Dsasl_authenticate_response.go14 return pe.putBytes(r.SaslAuthBytes)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Shopify/sarama/
H A Dsasl_authenticate_request.go11 return pe.putBytes(r.SaslAuthBytes)
H A Dpacket_encoder.go21 putBytes(in []byte) error methodSpec
H A Dsync_group_response.go16 return pe.putBytes(r.MemberAssignment)
H A Dsasl_authenticate_response.go14 return pe.putBytes(r.SaslAuthBytes)
/dports/sysutils/nix/nix-2.3.10/src/libstore/
H A Ds3-binary-cache-store.hh22 std::atomic<uint64_t> putBytes{0}; member
/dports/graphics/opencv/opencv-4.5.3/modules/imgcodecs/src/
H A Dgrfmt_pam.cpp699 strm.putBytes( buffer, (int)strlen(buffer) ); in write()
702 strm.putBytes( data, stride*height ); in write()
714 strm.putBytes( buffer, stride ); in write()
717 strm.putBytes( data, stride*height ); in write()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/Shopify/sarama/
H A Dpacket_encoder.go19 putBytes(in []byte) error methodSpec
H A Dsync_group_response.go16 return pe.putBytes(r.MemberAssignment)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/Shopify/sarama/sarama-1.19.0/
H A Dpacket_encoder.go19 putBytes(in []byte) error methodSpec
H A Dsync_group_response.go16 return pe.putBytes(r.MemberAssignment)
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/base/
H A Dbase_dynamic_buffer.h45 bool putBytes(const byte *buffer, uint32 size);
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/
H A Dbase_dynamic_buffer.h45 bool putBytes(const byte *buffer, uint32 size);
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DCGDataConsumer.pas240 putBytes: CGDataConsumerPutBytesCallback;
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/Shopify/sarama/
H A Dsync_group_response.go16 return pe.putBytes(r.MemberAssignment)
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/
H A Dsync_group_response.go16 return pe.putBytes(r.MemberAssignment)
H A Dpacket_encoder.go21 putBytes(in []byte) error methodSpec
H A Dsasl_authenticate_response.go14 return pe.putBytes(r.SaslAuthBytes)
/dports/devel/spark/spark-2.1.1/streaming/src/main/scala/org/apache/spark/streaming/receiver/
H A DReceivedBlockHandler.scala89 blockManager.putBytes(
194 val putSucceeded = blockManager.putBytes(
/dports/audio/oaml/oaml-1.3.4/src/
H A DoamlAudioFile.cpp239 buffer.putBytes((uint8_t*)obuf, odone * bytesPerSample * channelCount);
247 buffer.putBytes((uint8_t*)buf, bytes);
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/storage/
H A DBlockManager.scala330 putBytes(blockId, new ChunkedByteBuffer(data.nioByteBuffer()), level)(classTag)
771 def putBytes[T: ClassTag]( method
857 memoryStore.putBytes(blockId, size, memoryMode, () => {
868 diskStore.putBytes(blockId, bytes)
871 diskStore.putBytes(blockId, bytes)
1107 val putSucceeded = memoryStore.putBytes(blockId, diskBytes.size, level.memoryMode, () => {
1315 diskStore.putBytes(blockId, bytes)
/dports/archivers/laszip/LASzip-3.4.3/src/
H A Dbytestreamout.hpp73 virtual BOOL putBytes(const U8* bytes, U32 num_bytes) = 0;

12345678910>>...19