Home
last modified time | relevance | path

Searched refs:content_ready (Results 1 – 18 of 18) sorted by relevance

/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/tests/functional/http/client/
H A Dresponse_stream_tests.cpp88 rsp.content_ready().get(); in SUITE()
119 rsp.content_ready().get(); in SUITE()
153 rsp.content_ready().get(); in SUITE()
196 … VERIFY_THROWS((resp = client.request(msg).get(), resp.content_ready().get()), std::exception); in SUITE()
227 rsp.content_ready().get(); in SUITE()
324 VERIFY_THROWS(rsp.content_ready().get(), http_exception); in SUITE()
330 TEST_FIXTURE(uri_address, content_ready) in SUITE()
352 http_response rsp = client.request(msg).get().content_ready().get(); in SUITE()
356 rsp.content_ready().wait(); in SUITE()
434 rsp.content_ready().wait(); in SUITE()
[all …]
H A Doutside_tests.cpp54 response.content_ready().wait(); in SUITE()
59 response.content_ready().wait(); in SUITE()
78 response.content_ready().wait(); in SUITE()
112 response.content_ready().wait(); in SUITE()
142 response.content_ready().wait(); in SUITE()
H A Dprogress_handler_tests.cpp64 response.content_ready().wait(); in SUITE()
110 response.content_ready().wait(); in SUITE()
157 response.content_ready().wait(); in SUITE()
210 response.content_ready().wait(); in SUITE()
338 VERIFY_THROWS(client.request(msg).get().content_ready().get(), std::invalid_argument); in SUITE()
389 handle_timeout([&] { client.request(msg).get().content_ready().get(); }); in SUITE()
H A Dproxy_tests.cpp176 response.content_ready().wait(); in SUITE()
200 response.content_ready().wait(); in SUITE()
212 response.content_ready().wait(); in SUITE()
H A Dhttp_client_fuzz_tests.cpp52 auto response2 = response.content_ready().get(); in SUITE()
H A Dto_string_tests.cpp119 rsp.content_ready().wait(); in SUITE()
H A Dconnections_and_errors.cpp229 VERIFY_THROWS_HTTP_ERROR_CODE(rsp.content_ready().wait(), std::errc::timed_out); in SUITE()
333 response.content_ready().wait(); in SUITE()
H A Dcompression_tests.cpp773 rsp.content_ready().wait(); in SUITE()
1119 rsp.content_ready().wait(); in SUITE()
1312 VERIFY_NO_THROWS(rsp.content_ready().wait()); in SUITE()
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/tests/functional/http/listener/
H A Dto_string_tests.cpp64 request.content_ready().wait(); in SUITE()
H A Dresponse_stream_tests.cpp272 resp.content_ready().wait(); in SUITE()
307 resp.content_ready().wait(); in SUITE()
H A Dconnections_and_errors.cpp66 rsp.content_ready().wait(); in SUITE()
395 const int e1 = verify_http_exception([=]() { req.content_ready().wait(); }); in SUITE()
H A Drequests_tests.cpp122 request.content_ready().wait(); in SUITE()
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/read_book/
H A Diframe.pyj136 self.content_ready = False
255 self.content_ready = False
447 self.content_ready = True
553 if self.content_ready:
568 if self.content_ready:
576 if not self.content_ready:
622 if self.content_ready:
626 if self.content_ready:
668 if self.content_ready:
680 if self.content_ready:
/dports/net-im/telepathy-farstream/telepathy-farstream-0.6.2/telepathy-farstream/
H A Dcall-channel.c305 content_ready (GObject *object, GAsyncResult *res, gpointer user_data) in content_ready() function
341 &error, content_ready, g_object_ref (self)); in add_content()
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/include/cpprest/
H A Dhttp_msg.h824 pplx::task<http::http_response> content_ready() const in content_ready() function
1508 pplx::task<http_request> content_ready() const in content_ready() function
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/samples/WindowsLiveAuth/
H A Dlive_connect.h374 … .then([](web::http::http_response response) { return response.content_ready(); })
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/src/http/listener/
H A Dhttp_server_httpsys.cpp775 auto content_ready_task = m_msg.content_ready(); in init_response_callbacks()
H A Dhttp_server_asio.cpp437 return get_request().content_ready().then([=](pplx::task<http_request>) { in do_response()