Searched refs:BUrlSynchronousRequest (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/kits/network/libnetapi/
H A DUrlSynchronousRequest.cpp16 BUrlSynchronousRequest::BUrlSynchronousRequest(BUrl& url) function in class:BUrlSynchronousRequest
25 BUrlSynchronousRequest::Perform()
35 BUrlSynchronousRequest::WaitUntilCompletion()
45 BUrlSynchronousRequest::ConnectionOpened(BUrlProtocol*)
52 BUrlSynchronousRequest::HostnameResolved(BUrlProtocol*, const char* ip)
59 BUrlSynchronousRequest::ResponseStarted(BUrlProtocol*)
66 BUrlSynchronousRequest::HeadersReceived(BUrlProtocol*)
73 BUrlSynchronousRequest::DataReceived(BUrlProtocol*, const char*,
81 BUrlSynchronousRequest
[all...]
/haiku-fatelf/headers/os/net/
H A DUrlSynchronousRequest.h13 class BUrlSynchronousRequest : public BUrlRequest, public BUrlProtocolListener { class in inherits:BUrlRequest,BUrlProtocolListener
15 BUrlSynchronousRequest(BUrl& url);
16 virtual ~BUrlSynchronousRequest() { };
/haiku-fatelf/src/tests/kits/net/urlRequest/
H A DurlUpload_test.cpp16 BUrlSynchronousRequest t(google);

Completed in 36 milliseconds