Home
last modified time | relevance | path

Searched refs:other_handle (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/p5-WWW-Curl/WWW-Curl-4.17/t/
H A D14duphandle.t16 my $other_handle;
42 $other_handle = $curl->duphandle();
43 …ok ($other_handle && ref($other_handle) eq 'WWW::Curl::Easy', "Duplicated handle seems to be an ob…
45 foreach my $x ($other_handle,$curl) {
58 ok(! $other_handle->setopt(CURLOPT_URL, $url), "Setting CURLOPT_URL");
59 my $retcode = $other_handle->perform();
62 my $bytes=$other_handle->getinfo(CURLINFO_SIZE_DOWNLOAD);
63 my $realurl=$other_handle->getinfo(CURLINFO_EFFECTIVE_URL);
64 my $httpcode=$other_handle->getinfo(CURLINFO_HTTP_CODE);
H A D15duphandle-callback.t13 my $other_handle;
59 $other_handle = $curl->duphandle();
60 ok($other_handle, 'duphandle seems to return something'); #12
61 …ok(ref($other_handle) eq 'WWW::Curl::Easy', 'Dup handle looks like an object from the WWW::Curl::E…
63 foreach my $x ($curl,$other_handle) {
76 ok(! $other_handle->setopt(CURLOPT_URL, $url), "Setting CURLOPT_URL"); #18
78 my $retcode=$other_handle->perform();
82 my $third = $other_handle->duphandle();
86 foreach my $x ($other_handle,$third) {
/dports/www/p5-Net-Curl/Net-Curl-0.44/t/
H A Dold-14duphandle.t18 my $other_handle;
44 $other_handle = $curl->duphandle();
45 …ok ($other_handle && ref($other_handle) eq 'Net::Curl::Easy', "Duplicated handle seems to be an ob…
47 foreach my $x ($other_handle,$curl) {
62 ok(! $other_handle->setopt(CURLOPT_URL, $url), "Setting CURLOPT_URL");
63 eval { $other_handle->perform(); };
66 my $bytes=$other_handle->getinfo(CURLINFO_SIZE_DOWNLOAD);
67 my $realurl=$other_handle->getinfo(CURLINFO_EFFECTIVE_URL);
68 my $httpcode=$other_handle->getinfo(CURLINFO_HTTP_CODE);
H A Dcompat-14duphandle.t23 my $other_handle;
49 $other_handle = $curl->duphandle();
50 …ok ($other_handle && ref($other_handle) eq 'WWW::Curl::Easy', "Duplicated handle seems to be an ob…
52 foreach my $x ($other_handle,$curl) {
65 ok(! $other_handle->setopt(CURLOPT_URL, $url), "Setting CURLOPT_URL");
66 my $retcode = $other_handle->perform();
69 my $bytes=$other_handle->getinfo(CURLINFO_SIZE_DOWNLOAD);
70 my $realurl=$other_handle->getinfo(CURLINFO_EFFECTIVE_URL);
71 my $httpcode=$other_handle->getinfo(CURLINFO_HTTP_CODE);
H A Dold-15duphandle-callback.t17 my $other_handle;
63 $other_handle = $curl->duphandle();
64 ok($other_handle, 'duphandle seems to return something'); #12
65 …ok(ref($other_handle) eq 'Net::Curl::Easy', 'Dup handle looks like an object from the Net::Curl::E…
67 foreach my $x ($curl,$other_handle) {
80 ok(! $other_handle->setopt(CURLOPT_URL, $url), "Setting CURLOPT_URL"); #18
82 eval { $other_handle->perform(); };
86 my $third = $other_handle->duphandle();
90 foreach my $x ($other_handle,$third) {
H A Dcompat-15duphandle-callback.t20 my $other_handle;
66 $other_handle = $curl->duphandle();
67 ok($other_handle, 'duphandle seems to return something'); #12
68 …ok(ref($other_handle) eq 'WWW::Curl::Easy', 'Dup handle looks like an object from the WWW::Curl::E…
70 foreach my $x ($curl,$other_handle) {
83 ok(! $other_handle->setopt(CURLOPT_URL, $url), "Setting CURLOPT_URL"); #18
85 my $retcode=$other_handle->perform();
89 my $third = $other_handle->duphandle();
93 foreach my $x ($other_handle,$third) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/handles/
H A Dmaybe-handles.h105 Handle<Object> other_handle; in is_identical_to() local
108 other.handle_.ToHandle(&other_handle) && in is_identical_to()
109 this_handle.is_identical_to(other_handle); in is_identical_to()
/dports/lang/v8/v8-9.6.180.12/src/handles/
H A Dmaybe-handles-inl.h79 Handle<Object> other_handle; in is_identical_to() local
82 other.handle_.ToHandle(&other_handle) && in is_identical_to()
83 this_handle.is_identical_to(other_handle); in is_identical_to()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/handles/
H A Dmaybe-handles-inl.h79 Handle<Object> other_handle; in is_identical_to() local
82 other.handle_.ToHandle(&other_handle) && in is_identical_to()
83 this_handle.is_identical_to(other_handle); in is_identical_to()
/dports/devel/p5-POE/POE-1.368/lib/POE/Resource/
H A DFileHandles.pm330 my $other_handle = $hdl_rec->[HSS_HANDLE];
333 unless (defined(fileno $other_handle)) {
336 elsif (fileno($handle) == fileno($other_handle)) {
354 " Old handle : $other_handle (currently $why)\n",
370 " Old handle : $other_handle (currently $why)\n",
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/base/files/
H A Dfile_win.cc213 HANDLE other_handle = nullptr; in Duplicate() local
218 &other_handle, in Duplicate()
225 File other(other_handle); in Duplicate()
/dports/devel/gn/gn-1962/src/base/files/
H A Dfile_win.cc213 HANDLE other_handle = nullptr; in Duplicate() local
218 &other_handle, in Duplicate()
225 File other(other_handle); in Duplicate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/files/
H A Dfile_win.cc216 HANDLE other_handle = nullptr; in Duplicate() local
221 &other_handle, in Duplicate()
228 File other(other_handle); in Duplicate()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_acpi.c49 acpi_handle other_handle; member
226 nouveau_dsm_priv.other_handle = dhandle; in nouveau_dsm_pci_probe()
313 acpi_bus_no_hotplug(nouveau_dsm_priv.other_handle); in nouveau_dsm_detect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/files/
H A Dfile_win.cc285 HANDLE other_handle = nullptr; in Duplicate() local
290 &other_handle, in Duplicate()
297 return File(ScopedPlatformFile(other_handle), async()); in Duplicate()
H A Dfile_util_win.cc856 HANDLE other_handle = nullptr; in FILEToFile() local
860 /*hTargetProcessHandle=*/GetCurrentProcess(), &other_handle, in FILEToFile()
867 return File(ScopedPlatformFile(other_handle)); in FILEToFile()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/files/
H A Dfile_win.cc284 HANDLE other_handle = nullptr; in Duplicate() local
289 &other_handle, in Duplicate()
296 return File(ScopedPlatformFile(other_handle), async()); in Duplicate()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dhandles.h256 Handle<Object> other_handle; in is_identical_to() local
259 other.handle_.ToHandle(&other_handle) && in is_identical_to()
260 this_handle.is_identical_to(other_handle); in is_identical_to()
/dports/graphics/dia/dia-0.97.3/objects/Database/
H A Ddatabase.h108 Handle *other_handle; member
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmconsol.cpp2773 void *other_handle; in create_banner() local
2785 other_handle = get_os_handle(other_id); in create_banner()
2790 other_handle = 0; in create_banner()
2795 handle = os_banner_create(parent_handle, where, other_handle, wintype, in create_banner()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atpx_handler.c50 acpi_handle other_handle; member
519 amdgpu_atpx_priv.other_handle = dhandle; in amdgpu_atpx_pci_probe_handle()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atpx_handler.c50 acpi_handle other_handle; member
519 amdgpu_atpx_priv.other_handle = dhandle; in amdgpu_atpx_pci_probe_handle()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atpx_handler.c50 acpi_handle other_handle; member
519 amdgpu_atpx_priv.other_handle = dhandle; in amdgpu_atpx_pci_probe_handle()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tool/
H A Dnode.cpp915 Handle *handle, *other_handle; in _fixNeighbors() local
920 other_handle = &_next()->_front; in _fixNeighbors()
924 other_handle = &_prev()->_back; in _fixNeighbors()
931 if (other->_type == NODE_SMOOTH && !other_handle->isDegenerate()) { in _fixNeighbors()
932 other_handle->setDirection(new_pos, other->position()); in _fixNeighbors()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/gpu/
H A Dcuda_test.cc184 auto other_handle = cuda_buffer->context()->handle(); in TEST_F() local
186 ASSERT_NE(cuda_buffer->context()->handle(), other_handle); in TEST_F()

12