Home
last modified time | relevance | path

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

123456789

/external/curl/docs/examples/
Dhttp2-serverpush.c165 int *transfers = (int *)userp; in server_push_callback() local
193 (*transfers)++; /* one more */ in server_push_callback()
206 int transfers=1; /* we start with one */ in main() local
222 curl_multi_setopt(multi_handle, CURLMOPT_PUSHDATA, &transfers); in main()
308 transfers--; in main()
314 } while(transfers); /* as long as we have transfers going */ in main()
/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.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/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/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.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/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/curl/docs/cmdline-opts/
Dftp-ssl-control.d7 authentication, but non-encrypted data transfers for efficiency. Fails the
Dfail-early.d7 When curl is used to do multiple transfers on the command line, it will
Dinsecure.d7 transfers. All SSL connections are attempted to be made secure by using the CA
Dprogress-bar.d9 shows a percentage if the transfer size is known. For transfers without a
Dmax-filesize.d12 than this given limit. This concerns both FTP and HTTP transfers.
/external/autotest/server/site_tests/brillo_ADBDirectoryTransfer/
Dcontrol13 Tests whether ADB can handle directory transfers.
/external/autotest/server/site_tests/brillo_ADBFileTransfer/
Dcontrol.pts13 Tests whether ADB can handle large/long file transfers reliably
Dcontrol.bvt13 Tests whether ADB can handle large/long file transfers.
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_screen.h60 struct rbug_list transfers; member
/external/curl/docs/
DHTTP2.md71 term for doing multiple independent transfers over the same physical TCP
81 transfers in that period, libcurl will default to start new connections for
82 those transfers. With the new option `CURLOPT_PIPEWAIT` (added in 7.43.0), you
/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/llvm/test/MC/ARM/
Dldr-pseudo-cond.s5 @ Check that ldr to constant pool correctly transfers the condition codes
Dldr-pseudo-cond-darwin.s5 @ Check that ldr to constant pool correctly transfers the condition codes
/external/mockftpserver/branches/1.x_Branch/src/site/apt/
Dstubftpserver-features.apt11 * Supports active and passive mode data transfers.
/external/mockftpserver/tags/2.0/src/site/apt/
Dstubftpserver-features.apt11 * Supports active and passive mode data transfers.
/external/mockftpserver/tags/1.2.3/src/site/apt/
Dstubftpserver-features.apt11 * Supports active and passive mode data transfers.

123456789