/external/curl/docs/examples/ |
D | 10-at-a-time.c | 109 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()
|
D | http2-pushinmemory.c | 101 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()
|
D | http2-serverpush.c | 171 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/ |
D | ROADMAP.md | 24 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
|
D | HTTP2.md | 72 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/ |
D | PORTING | 16 asynchronous transfers (synchronous transfers are implemented in the higher 18 functionality to cancel those transfers. 21 transfers and process their results.
|
D | ChangeLog | 12 * 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/ |
D | fakeftpserver-features.apt | 25 * 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/ |
D | fakeftpserver-features.apt | 25 * 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/ |
D | fakeftpserver-features.apt | 25 * 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/ |
D | fakeftpserver-features.apt | 25 * 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/ |
D | fakeftpserver-features.apt | 25 * 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/ |
D | fakeftpserver-features.apt | 25 * 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/ |
D | README.ti_qspi_flash | 27 1. Normal mode: use single pin for transfers 28 2. Dual Mode: use two pins for transfers.
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_screen.c | 431 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/ |
D | ftp-ssl-control.d | 7 authentication, but non-encrypted data transfers for efficiency. Fails the
|
D | speed-limit.d | 4 Help: Stop transfers slower than this
|
D | fail-early.d | 7 When curl is used to do multiple transfers on the command line, it will
|
D | progress-bar.d | 9 shows a percentage if the transfer size is known. For transfers without a
|
/external/v8/src/wasm/baseline/ |
D | liftoff-assembler.cc | 390 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/ |
D | control | 13 Tests whether ADB can handle directory transfers.
|
/external/openssh/ |
D | sftp.0 | 47 -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/ |
D | control.bvt | 13 Tests whether ADB can handle large/long file transfers.
|
D | control.pts | 13 Tests whether ADB can handle large/long file transfers reliably
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_screen.h | 60 struct rbug_list transfers; member
|