Searched refs:SendData (Results 1 - 13 of 13) sorted by relevance

/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.h37 status_t SendData(int32 code, void* buffer,
H A DGenericThread.cpp286 GenericThread::SendData(int32 code, void* buffer, size_t buffer_size) function in class:GenericThread
/haiku/src/apps/expander/
H A DGenericThread.h40 status_t SendData(int32 code, void* buffer,
H A DGenericThread.cpp278 GenericThread::SendData(int32 code, void* buffer, size_t size) function in class:GenericThread
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.h80 ssize_t SendData(const char* buffer, uint32 length);
H A DProtocol.cpp275 Protocol::SendData(const char* buffer, uint32 length) function in class:IMAP::Protocol
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.h44 ssize_t SendData(net_buffer* buffer);
H A Dl2cap.cpp161 return ((L2capEndpoint*)protocol)->SendData(buffer);
H A DL2capEndpoint.cpp401 L2capEndpoint::SendData(net_buffer* buffer) function in class:L2capEndpoint
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.h45 status_t SendData(net_buffer* buffer);
H A Dtcp.cpp630 return ((TCPEndpoint*)protocol)->SendData(buffer);
H A DTCPEndpoint.cpp807 TCPEndpoint::SendData(net_buffer *buffer) function in class:TCPEndpoint
811 TRACE("SendData(buffer %p, size %" B_PRIu32 ", flags %#" B_PRIx32
846 TRACE(" SendData() returning %s (%d)",
879 TRACE(" SendData(): %" B_PRIuSIZE " bytes used.", fSendQueue.Used());
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp92 status_t SendData(net_buffer* buffer);
1051 UdpEndpoint::SendData(net_buffer *buffer) function in class:UdpEndpoint
1053 TRACE_EP("SendData(%p [%" B_PRIu32 " bytes])", buffer, buffer->size);
1254 return ((UdpEndpoint *)protocol)->SendData(buffer);

Completed in 84 milliseconds