Searched refs:DataReceived (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/headers/os/net/
H A DUrlProtocolAsynchronousListener.h25 virtual void DataReceived(BUrlProtocol* caller,
H A DUrlProtocolListener.h65 DataReceived(data, size)
72 virtual void DataReceived(BUrlProtocol* caller,
H A DUrlSynchronousRequest.h28 virtual void DataReceived(BUrlProtocol* caller,
H A DUrlProtocolDispatchingListener.h45 virtual void DataReceived(BUrlProtocol* caller,
/haiku-fatelf/src/kits/network/libnetapi/
H A DUrlProtocolListener.cpp43 BUrlProtocolListener::DataReceived(BUrlProtocol*, const char*, ssize_t) function in class:BUrlProtocolListener
H A DUrlProtocolAsynchronousListener.cpp73 BUrlProtocolAsynchronousListener::DataReceived(BUrlProtocol*, const char*, function in class:BUrlProtocolAsynchronousListener
156 DataReceived(caller, data, size);
H A DUrlSynchronousRequest.cpp73 BUrlSynchronousRequest::DataReceived(BUrlProtocol*, const char*, function in class:BUrlSynchronousRequest
76 PRINT(("SynchronousRequest::DataReceived(%zd)\n", size));
H A DUrlProtocolDispatchingListener.cpp70 BUrlProtocolDispatchingListener::DataReceived(BUrlProtocol* caller, function in class:BUrlProtocolDispatchingListener
H A DUrlProtocolHttp.cpp541 fListener->DataReceived(this, inputTempBuffer, bytesRead);
/haiku-fatelf/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.h63 status_t DataReceived(uint8 *buffer, uint32 length);
H A DModemDevice.cpp147 device->DataReceived(buffer, position);
148 // DataReceived() will check FCS
484 ModemDevice::DataReceived(uint8 *buffer, uint32 length) function in class:ModemDevice

Completed in 45 milliseconds