Home
last modified time | relevance | path

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

12345678910>>...12

/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/
DPARALLEL-TRANSFERS.md1 # Parallel transfers
3 curl 7.66.0 introduces support for doing multiple transfers simultaneously; in
8 When this command line option is used, curl will perform the transfers given
10 transfers, with a default value of 50.
14 The progress meter that is displayed when doing parallel transfers is
19 o percent download (if known, which means *all* transfers need to have a
24 o number of transfers to perform
25 o number of concurrent transfers being transferred right now
26 o number of transfers queued up waiting to start
27 o total time all transfers are expected to take (if sizes are known)
[all …]
/external/curl/docs/cmdline-opts/
Dparallel-max.d2 Help: Maximum concurrency for parallel transfers
7 When asked to do parallel transfers, using --parallel, this option controls
8 the maximum amount of transfers to do simultaneously.
Dparallel.d3 Help: Perform transfers in parallel
7 Makes curl perform its transfers in parallel as compared to the regular serial
Dparallel-immediate.d7 When doing parallel transfers, this option will instruct curl that it should
9 waiting to see if new transfers can be added as multiplexed streams on another
Dftp-ssl-control.d8 authentication, but non-encrypted data transfers for efficiency. Fails the
Dtlsv1.3.d11 includes QUIC-using (HTTP/3) transfers.
Dspeed-limit.d4 Help: Stop transfers slower than this
/external/crosvm/devices/src/usb/xhci/
Dxhci_transfer.rs150 transfers: Arc<Mutex<Vec<Weak<Mutex<XhciTransferState>>>>>, field
157 transfers: Arc::new(Mutex::new(Vec::new())), in new()
194 self.transfers.lock().push(Arc::downgrade(&t.state)); in create_transfer()
200 self.transfers.lock().iter().for_each(|t| { in cancel_all()
213 let mut transfers = self.transfers.lock(); in remove_transfer() localVariable
214 match transfers.iter().position(|wt| match wt.upgrade() { in remove_transfer()
220 transfers.swap_remove(i); in remove_transfer()
/external/llvm-project/mlir/test/Dialect/Linalg/
Dcodegen-strategy.mlir1 …2,4,8 vectorize vectorize-contraction-to=matrixintrinsics unroll-vector-transfers=true" | FileChec…
2 …,8 vectorize vectorize-contraction-to=outerproduct split-transfers=true unroll-vector-transfers=fa…
/external/libusb/
DPORTING16 asynchronous transfers (synchronous transfers are implemented in the higher
18 functionality to cancel those transfers.
21 transfers and process their results.
DChangeLog34 * Core: abandon synchronous transfers when device closure is detected.
46 * Windows: Add support for isochronous transfers with WinUSB
64 * Windows: Support cancelation of individual transfers (Vista and later)
75 * Linux: Deal with receiving POLLERR before all transfers have completed
111 * Fix a crash when HID transfers return no data on Windows
129 * OpenBSD: Update OpenBSD backend with support for control transfers to
191 the drivers allow it, isochronous transfers are not supported yet in libusb. Also
194 splitting of bulk transfers
214 * Fix a possible deadlock in Windows when submitting transfers
255 of short/failed transfers
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_XlaHostCompute.pbtxt50 A unique identifier for this region used to match up host transfers.
62 Default core to use for host to device transfers.
Dapi_def_XlaRecvFromHost.pbtxt8 key: A unique identifier for this region used to match up host transfers.
Dapi_def_XlaSendToHost.pbtxt16 key: A unique identifier for this region used to match up host transfers.
/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/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.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.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.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/angle/extensions/
DANGLE_external_objects_fuchsia.txt101 import operation transfers ownership of <handle> to the GL
127 <handleType>. A successful import operation transfers ownership
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_screen.c479 bool transfers = false; in ddebug_screen_create() local
541 transfers = true; in ddebug_screen_create()
617 dscreen->transfers = transfers; in ddebug_screen_create()

12345678910>>...12