Home
last modified time | relevance | path

Searched refs:IOVector (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/adb/
H A Dtypes_test.cpp40 TEST(IOVector, empty) { in TEST() argument
42 IOVector bc; in TEST()
46 TEST(IOVector, single_block) { in TEST() argument
49 IOVector bc; in TEST()
56 TEST(IOVector, single_block_split) { in TEST() argument
58 IOVector bc; in TEST()
67 TEST(IOVector, aligned_split) { in TEST() argument
68 IOVector bc; in TEST()
89 TEST(IOVector, misaligned_split) { in TEST() argument
90 IOVector bc; in TEST()
[all …]
H A Dtypes.h142 struct IOVector { struct
147 IOVector() {} in IOVector() argument
149 explicit IOVector(std::unique_ptr<block_type> block) { in IOVector() argument
153 IOVector(const IOVector& copy) = delete;
154 IOVector(IOVector&& move) noexcept : IOVector() { *this = std::move(move); } in IOVector() function
156 IOVector& operator=(const IOVector& copy) = delete; argument
157 IOVector& operator=(IOVector&& move) noexcept {
182 IOVector take_front(size_type len) { in take_front() argument
183 IOVector head; in take_front()
H A Dtransport_fd.cpp96 auto block = std::make_unique<IOVector::block_type>(MAX_PAYLOAD); in Run()
202 auto header_block = std::make_unique<IOVector::block_type>(header_begin, header_end); in Write()
205 … write_buffer_.append(std::make_unique<IOVector::block_type>(std::move(packet->payload))); in Write()
222 IOVector read_buffer_;
230 IOVector write_buffer_ GUARDED_BY(write_mutex_);
232 IOVector incoming_queue_;
H A Dsocket.h66 IOVector packet_queue;
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dio_vector.h28 class IOVector : public std::vector<boost::weak_ptr<ARDOUR::IO> >
32 bool connected_to (const IOVector& other) const {
33 for (IOVector::const_iterator i = other.begin(); i != other.end(); ++i) {
44 for (IOVector::const_iterator i = begin(); i != end(); ++i) {
56 for (IOVector::const_iterator i = begin(); i != end(); ++i) { in fed_by()
/dports/devel/dbus-sharp/dbus-sharp-0.8.1/src/Unix/
H A DUnixSocket.cs19 unsafe struct IOVector struct
21 public IOVector (IntPtr bbase, int length) in IOVector() argument
99 unsafe static extern SSizeT readv (int fd, IOVector* iov, int iovcnt); in readv()
102 unsafe static extern SSizeT writev (int fd, IOVector* iov, int iovcnt); in writev()
284 public int ReadV (IOVector* iov, int count) in ReadV()
297 public int WriteV (IOVector* iov, int count) in WriteV()
310 public int Write (IOVector[] iov, int offset, int count) in Write()
316 fixed (IOVector* bufP = &iov[offset]) { in Write()
325 public int Write (IOVector[] iov) in Write()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Native/
H A DInterop.MessageHeader.cs12 internal unsafe struct IOVector struct in Interop.Sys
21 public IOVector* IOVectors;
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/lib/csharp/MonoExample/NDesk-dbus/
H A DUnixNativeTransport.cs114 struct IOVector struct
147 IOVector iov = new IOVector (); in WriteBsdCred()
247 public IOVector *msg_iov; //scatter/gather array
/dports/devel/dbus-sharp/dbus-sharp-0.8.1/src/Transports/
H A DUnixNativeTransport.cs53 IOVector iov = new IOVector (); in WriteBsdCred()
145 public IOVector *msg_iov; //scatter/gather array
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/IOS/
H A DDevice.h143 struct IOVector struct
155 std::vector<IOVector> in_vectors;
156 std::vector<IOVector> io_vectors;
157 const IOVector* GetVector(size_t index) const;
H A DDevice.cpp68 IOVector vector; in IOCtlVRequest()
79 const IOCtlVRequest::IOVector* IOCtlVRequest::GetVector(size_t index) const in GetVector()
/dports/devel/pecl-swoole/swoole-4.8.5/include/
H A Dswoole_socket.h113 struct IOVector { struct
122 IOVector(struct iovec *_iov, int _iovcnt); argument
123 ~IOVector();
320 ssize_t readv(IOVector *io_vector);
321 ssize_t writev(IOVector *io_vector);
367 ssize_t ssl_readv(IOVector *io_vector);
368 ssize_t ssl_writev(IOVector *io_vector);
H A Dswoole_coroutine_socket.h93 ssize_t readv(network::IOVector *io_vector);
94 ssize_t readv_all(network::IOVector *io_vector);
95 ssize_t writev(network::IOVector *io_vector);
96 ssize_t writev_all(network::IOVector *io_vector);
/dports/devel/ndesk-dbus/ndesk-dbus-0.6.1a/src/
H A DUnixNativeTransport.cs156 struct IOVector struct
189 IOVector iov = new IOVector (); in WriteBsdCred()
315 public IOVector *msg_iov; //scatter/gather array
/dports/irc/inspircd/inspircd-3.11.0/include/
H A Dsocketengine.h317 typedef iovec IOVector; typedef
319 typedef WindowsIOVec IOVector;
455 static int WriteV(EventHandler* fd, const IOVector* iov, int count);
/dports/www/srt/srt-1.4.4/srtcore/
H A Dpacket.h66 class IOVector
255 IOVector* getPacketVector();
382IOVector m_PacketVector[PV_SIZE]; //< The 2-demension vector of UDT packet [header, da…
/dports/devel/pecl-swoole/swoole-4.8.5/src/network/
H A Dsocket.cc34 IOVector::IOVector(struct iovec *_iov, int _iovcnt) { in swoole_load_resolv_conf()
43 IOVector::~IOVector() {
47 void IOVector::update_iterator(ssize_t __n) {
762 ssize_t Socket::readv(IOVector *io_vector) {
780 ssize_t Socket::writev(IOVector *io_vector) {
1389 ssize_t Socket::ssl_readv(IOVector *io_vector) {
1401 ssize_t Socket::ssl_writev(IOVector *io_vector) {
/dports/net/socketapi/socketapi-2.2.19/socketapi/
H A Dtdmessage.icc94 Header.msg_iov = &IOVector;
96 IOVector.iov_base = buffer;
97 IOVector.iov_len = buffersize;
H A Dtdmessage.h203 struct iovec IOVector; variable
/dports/irc/inspircd/inspircd-3.11.0/src/
H A Dsocketengine.cpp265 int SocketEngine::WriteV(EventHandler* fd, const IOVector* iovec, int count) in WriteV()
279 IOVector wiovec[128]; in WriteV()
280 count = std::min(count, static_cast<int>(sizeof(wiovec) / sizeof(IOVector))); in WriteV()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Native/
H A Dpal_networking.h277 struct IOVector struct
286 struct IOVector* IOVectors; argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DSocketPal.Unix.cs74 var iov = new Interop.Sys.IOVector { in Receive()
112 var iov = new Interop.Sys.IOVector in Send()
160 var iovecs = new Interop.Sys.IOVector[maxBuffers]; in Send()
180 fixed (Interop.Sys.IOVector* iov = iovecs) in Send()
263 var iovecs = new Interop.Sys.IOVector[maxBuffers]; in Receive()
304 fixed (Interop.Sys.IOVector* iov = iovecs) in Receive()
360 var iov = new Interop.Sys.IOVector { in ReceiveMessageFrom()
404 var iovecs = new Interop.Sys.IOVector[buffersCount]; in ReceiveMessageFrom()
420 fixed (Interop.Sys.IOVector* iov = iovecs) in ReceiveMessageFrom()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/crypto-random-0.0.9/Crypto/Random/
H A DTest.hs40 newtype RandomTestState = RandomTestState (M.IOVector Word64)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/crypto-random-0.0.9/Crypto/Random/
H A DTest.hs40 newtype RandomTestState = RandomTestState (M.IOVector Word64)
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/vector-0.12.1.2/Data/Vector/Storable/
H A DMutable.hs19 MVector(..), IOVector, STVector, Storable,
113 type IOVector = MVector RealWorld type
583 unsafeWith :: Storable a => IOVector a -> (Ptr a -> IO b) -> IO b

1234567891011