/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/internal/ |
H A D | curl_download_request.cc | 60 multi_(nullptr, &curl_multi_cleanup), in CurlDownloadRequest() 111 auto error = curl_multi_remove_handle(multi_.get(), handle_.handle_.get()); in Close() 235 auto error = curl_multi_add_handle(multi_.get(), handle_.handle_.get()); in Read() 318 result = curl_multi_perform(multi_.get(), &running_handles); in Read() 332 while (auto msg = curl_multi_info_read(multi_.get(), &remaining)) { in Read() 355 curl_multi_remove_handle(multi_.get(), handle_.handle_.get()), in Read() 387 curl_multi_wait(multi_.get(), nullptr, 0, timeout_ms, &numfds); in Read()
|
H A D | curl_download_request.h | 54 factory_->CleanupMultiHandle(std::move(multi_)); in ~CurlDownloadRequest() 117 CurlMulti multi_; variable
|
H A D | curl_request_builder.cc | 61 request.multi_ = factory_->CreateMultiHandle(); in BuildDownloadRequest()
|
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/internal/ |
H A D | curl_download_request.cc | 60 multi_(nullptr, &curl_multi_cleanup), in CurlDownloadRequest() 111 auto error = curl_multi_remove_handle(multi_.get(), handle_.handle_.get()); in Close() 235 auto error = curl_multi_add_handle(multi_.get(), handle_.handle_.get()); in Read() 319 result = curl_multi_perform(multi_.get(), &running_handles); in Read() 333 while (auto* msg = curl_multi_info_read(multi_.get(), &remaining)) { in Read() 356 curl_multi_remove_handle(multi_.get(), handle_.handle_.get()), in Read() 388 curl_multi_wait(multi_.get(), nullptr, 0, timeout_ms, &numfds); in Read()
|
H A D | curl_download_request.h | 54 factory_->CleanupMultiHandle(std::move(multi_)); in ~CurlDownloadRequest() 117 CurlMulti multi_; variable
|
H A D | curl_request_builder.cc | 61 request.multi_ = factory_->CreateMultiHandle(); in BuildDownloadRequest()
|
/dports/print/lyx/lyx-2.3.4.2/src/mathed/ |
H A D | InsetMathGrid.cpp | 86 : multi_(CELL_NORMAL) in CellInfo() 179 cellinfo_[idx].multi_ = CELL_NORMAL; in setDefaults() 369 if (cellinfo_[idx].multi_ == CELL_NORMAL) in ncellcols() 399 if (cellinfo_[i].multi_ != CELL_PART_OF_MULTICOLUMN) { in metrics() 414 if (cellinfo_[i].multi_ != CELL_PART_OF_MULTICOLUMN) { in metrics() 465 if (cellinfo_[i].multi_ != CELL_PART_OF_MULTICOLUMN) { in metrics() 664 if (cellinfo_[i].multi_ != CELL_PART_OF_MULTICOLUMN) in metricsT() 769 if (cellinfo_[idx].multi_ != CELL_PART_OF_MULTICOLUMN) in updateBuffer() 926 if (cellinfo_[idx].multi_ == CELL_PART_OF_MULTICOLUMN) in cellXOffset() 948 switch (cellinfo_[idx].multi_) { in cellWidth() [all …]
|
H A D | InsetMathMatrix.cpp | 105 if (cellinfo_[i].multi_ != CELL_PART_OF_MULTICOLUMN) { in mathmlize() 139 if (cellinfo_[i].multi_ != CELL_PART_OF_MULTICOLUMN) { in htmlize()
|
H A D | InsetMathGrid.h | 46 Multicolumn multi_; variable
|
H A D | MathParser.cpp | 244 grid.cellinfo(idx).multi_ != InsetMathGrid::CELL_NORMAL) in delEmptyLastRow() 1384 grid.cellinfo(idx).multi_ = in parse1() 1391 grid.cellinfo(first).multi_ = in parse1()
|
/dports/science/silo/silo-4.10.2-bsd/tests/ |
H A D | testhzip | 84 mv multi_*d.h5 h5_hzip_files/. 95 for df in multi_*.h5; do
|
H A D | testxvers | 62 for df in multi_*.h5; do
|
/dports/ftp/py-pycurl/pycurl-7.44.1/tests/ |
H A D | multi_socket_test.py | 95 for event_, multi_ in socket_events: 96 if event == event_ and multi == multi_:
|
H A D | multi_socket_select_test.py | 120 for event_, multi_ in socket_events: 121 if event == event_ and multi == multi_:
|
/dports/devel/p5-SDL/SDL-2.548/src/Core/ |
H A D | MultiThread.xs | 13 MODULE = SDL::MultiThread PACKAGE = SDL::MultiThread PREFIX = multi_
|
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/leds/ |
H A D | leds-class-multicolor.rst | 21 Each colored LED will be indexed under the multi_* files. The order of the 26 they are defined in each multi_* array file.
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/leds/ |
H A D | leds-class-multicolor.rst | 21 Each colored LED will be indexed under the multi_* files. The order of the 26 they are defined in each multi_* array file.
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/leds/ |
H A D | leds-class-multicolor.rst | 21 Each colored LED will be indexed under the multi_* files. The order of the 26 they are defined in each multi_* array file.
|
/dports/games/freeminer/freeminer-0.4.10.4/src/ |
H A D | httpfetch.cpp | 339 CURLcode HTTPFetchOngoing::start(CURLM *multi_) in start() argument 344 if (!multi_) { in start() 350 CURLMcode mres = curl_multi_add_handle(multi_, curl); in start() 357 multi = multi_; // store for curl_multi_remove_handle in start()
|
/dports/games/minetest/minetest-5.4.1/src/ |
H A D | httpfetch.cpp | 360 CURLcode HTTPFetchOngoing::start(CURLM *multi_) in start() argument 365 if (!multi_) { in start() 371 CURLMcode mres = curl_multi_add_handle(multi_, curl); in start() 378 multi = multi_; // store for curl_multi_remove_handle in start()
|
/dports/www/p5-Net-Curl/Net-Curl-0.44/t/ |
H A D | 96-leak.t | 58 test_leak { my $multi_ = Net::Curl::Multi->new or die }
|
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/examples/LIGGGHTS/Tutorials_public/multisphere_stone_restitution/ |
H A D | in.multisphere | 62 dump dmp all custom/vtk 200 post/multi_*.vtk id type mol x y z vx vy vz fx fy fz omegax omegay ome…
|
/dports/devel/p5-Cache-FastMmap/Cache-FastMmap-1.57/t/ |
H A D | 1.t | 113 # basic multi_* tests
|
/dports/www/cadaver/cadaver-0.23.3/src/ |
H A D | commands.c | 1287 #define C2M(x,c,h) { cmd_##x, #x, true, 2, CMD_VARY, parmscope_remote, TV(multi_##x),c,h } 1288 #define C1M(x,c,h) { cmd_##x, #x, true, 1, CMD_VARY, parmscope_remote, TV(multi_##x),c,h }
|
/dports/devel/ctre/compile-time-regular-expressions-3.4.1/ |
H A D | README.md | 22 * Multiline support (with `multi_`) functions
|