Home
last modified time | relevance | path

Searched refs:transfers (Results 1 – 25 of 250) sorted by relevance

12345678910

/external/curl/docs/examples/
D10-at-a-time.c109 unsigned int transfers = 0; in main() local
119 for(transfers = 0; transfers < MAX_PARALLEL; transfers++) in main()
120 add_transfer(cm, transfers); in main()
138 if(transfers < NUM_URLS) in main()
139 add_transfer(cm, transfers++); in main()
144 } while(still_alive || (transfers < NUM_URLS)); in main()
Dhttp2-pushinmemory.c101 int *transfers = (int *)userp; in server_push_callback() local
118 (*transfers)++; /* one more */ in server_push_callback()
131 int transfers = 1; /* we start with one */ in main() local
148 curl_multi_setopt(multi, CURLMOPT_PUSHDATA, &transfers); in main()
150 while(transfers) { in main()
170 transfers--; in main()
Dhttp2-serverpush.c171 int *transfers = (int *)userp; in server_push_callback() local
204 (*transfers)++; /* one more */ in server_push_callback()
217 int transfers = 1; /* we start with one */ in main() local
236 curl_multi_setopt(multi_handle, CURLMOPT_PUSHDATA, &transfers); in main()
322 transfers--; in main()
328 } while(transfers); /* as long as we have transfers going */ in main()
/external/curl/docs/
DROADMAP.md24 Parallel transfers for the curl tool
29 1. switch to creating a list of all the transfers first before any transfer
31 2. make the transfers using the multi interface
32 3. optionally fire up more transfers before the previous has completed
DHTTP2.md72 term for doing multiple independent transfers over the same physical TCP
82 transfers in that period, libcurl will default to start new connections for
83 those transfers. With the new option `CURLOPT_PIPEWAIT` (added in 7.43.0), you
/external/libusb/
DPORTING16 asynchronous transfers (synchronous transfers are implemented in the higher
18 functionality to cancel those transfers.
21 transfers and process their results.
DChangeLog12 * Linux: Deal with receiving POLLERR before all transfers have completed
48 * Fix a crash when HID transfers return no data on Windows
66 * OpenBSD: Update OpenBSD backend with support for control transfers to
128 the drivers allow it, isochronous transfers are not supported yet in libusb. Also
131 splitting of bulk transfers
151 * Fix a possible deadlock in Windows when submitting transfers
192 of short/failed transfers
/external/mockftpserver/tags/2.4/src/site/apt/
Dfakeftpserver-features.apt25 * Supports active and passive mode data transfers.
30 * Supports extended address (IPv6) data transfers (RFC2428)
61 * Both active and passive mode (PASV) data transfers
63 * Extended Address (IPv6) data transfers (EPRT and EPSV commands)
/external/mockftpserver/tags/2.5/src/site/apt/
Dfakeftpserver-features.apt25 * Supports active and passive mode data transfers.
30 * Supports extended address (IPv6) data transfers (RFC2428)
61 * Both active and passive mode (PASV) data transfers
63 * Extended Address (IPv6) data transfers (EPRT and EPSV commands)
/external/mockftpserver/MockFtpServer/src/site/apt/
Dfakeftpserver-features.apt25 * Supports active and passive mode data transfers.
30 * Supports extended address (IPv6) data transfers (RFC2428)
61 * Both active and passive mode (PASV) data transfers
63 * Extended Address (IPv6) data transfers (EPRT and EPSV commands)
/external/mockftpserver/tags/2.2/src/site/apt/
Dfakeftpserver-features.apt25 * Supports active and passive mode data transfers.
27 * Supports extended address (IPv6) data transfers (RFC2428)
58 * Both active and passive mode (PASV) data transfers
60 * Extended Address (IPv6) data transfers (EPRT and EPSV commands)
/external/mockftpserver/tags/2.3/src/site/apt/
Dfakeftpserver-features.apt25 * Supports active and passive mode data transfers.
30 * Supports extended address (IPv6) data transfers (RFC2428)
61 * Both active and passive mode (PASV) data transfers
63 * Extended Address (IPv6) data transfers (EPRT and EPSV commands)
/external/mockftpserver/tags/2.1/src/site/apt/
Dfakeftpserver-features.apt25 * Supports active and passive mode data transfers.
27 * Supports extended address (IPv6) data transfers (RFC2428)
58 * Both active and passive mode (PASV) data transfers
60 * Extended Address (IPv6) data transfers (EPRT and EPSV commands)
/external/u-boot/doc/SPI/
DREADME.ti_qspi_flash27 1. Normal mode: use single pin for transfers
28 2. Dual Mode: use two pins for transfers.
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_screen.c431 bool transfers = false; in ddebug_screen_create() local
493 transfers = true; in ddebug_screen_create()
565 dscreen->transfers = transfers; in ddebug_screen_create()
/external/curl/docs/cmdline-opts/
Dftp-ssl-control.d7 authentication, but non-encrypted data transfers for efficiency. Fails the
Dspeed-limit.d4 Help: Stop transfers slower than this
Dfail-early.d7 When curl is used to do multiple transfers on the command line, it will
Dprogress-bar.d9 shows a percentage if the transfer size is known. For transfers without a
/external/v8/src/wasm/baseline/
Dliftoff-assembler.cc390 StackTransferRecipe transfers(this); in MergeFullStackWith() local
392 transfers.TransferStackSlot(target, i, i); in MergeFullStackWith()
408 StackTransferRecipe transfers(this); in MergeStackWith() local
410 transfers.TransferStackSlot(target, i, i); in MergeStackWith()
413 transfers.TransferStackSlot(target, target_stack_base + i, stack_base + i); in MergeStackWith()
/external/autotest/server/site_tests/brillo_ADBDirectoryTransfer/
Dcontrol13 Tests whether ADB can handle directory transfers.
/external/openssh/
Dsftp.047 -a Attempt to continue interrupted transfers rather than overwriting
72 Selects the cipher to use for encrypting the data transfers.
241 transfers of existing files. Note that resumption assumes that
254 performing recursive transfers.
328 transfers of existing files. Note that resumption assumes that
343 performing recursive transfers.
/external/autotest/server/site_tests/brillo_ADBFileTransfer/
Dcontrol.bvt13 Tests whether ADB can handle large/long file transfers.
Dcontrol.pts13 Tests whether ADB can handle large/long file transfers reliably
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_screen.h60 struct rbug_list transfers; member

12345678910