Home
last modified time | relevance | path

Searched refs:multi_ (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/internal/
H A Dcurl_download_request.cc60 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 Dcurl_download_request.h54 factory_->CleanupMultiHandle(std::move(multi_)); in ~CurlDownloadRequest()
117 CurlMulti multi_; variable
H A Dcurl_request_builder.cc61 request.multi_ = factory_->CreateMultiHandle(); in BuildDownloadRequest()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/internal/
H A Dcurl_download_request.cc60 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 Dcurl_download_request.h54 factory_->CleanupMultiHandle(std::move(multi_)); in ~CurlDownloadRequest()
117 CurlMulti multi_; variable
H A Dcurl_request_builder.cc61 request.multi_ = factory_->CreateMultiHandle(); in BuildDownloadRequest()
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathGrid.cpp86 : 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 DInsetMathMatrix.cpp105 if (cellinfo_[i].multi_ != CELL_PART_OF_MULTICOLUMN) { in mathmlize()
139 if (cellinfo_[i].multi_ != CELL_PART_OF_MULTICOLUMN) { in htmlize()
H A DInsetMathGrid.h46 Multicolumn multi_; variable
H A DMathParser.cpp244 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 Dtesthzip84 mv multi_*d.h5 h5_hzip_files/.
95 for df in multi_*.h5; do
H A Dtestxvers62 for df in multi_*.h5; do
/dports/ftp/py-pycurl/pycurl-7.44.1/tests/
H A Dmulti_socket_test.py95 for event_, multi_ in socket_events:
96 if event == event_ and multi == multi_:
H A Dmulti_socket_select_test.py120 for event_, multi_ in socket_events:
121 if event == event_ and multi == multi_:
/dports/devel/p5-SDL/SDL-2.548/src/Core/
H A DMultiThread.xs13 MODULE = SDL::MultiThread PACKAGE = SDL::MultiThread PREFIX = multi_
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/leds/
H A Dleds-class-multicolor.rst21 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 Dleds-class-multicolor.rst21 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 Dleds-class-multicolor.rst21 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 Dhttpfetch.cpp339 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 Dhttpfetch.cpp360 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 D96-leak.t58 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 Din.multisphere62 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 D1.t113 # basic multi_* tests
/dports/www/cadaver/cadaver-0.23.3/src/
H A Dcommands.c1287 #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 DREADME.md22 * Multiline support (with `multi_`) functions

12