Searched refs:transferred (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dsync.c65 * \returns on success, the number of bytes actually transferred
158 int *transferred, unsigned int timeout, unsigned char type)
191 *transferred = transfer->actual_length;
225 * <tt>transferred</tt> output parameter.
227 * You should also check the <tt>transferred</tt> parameter for bulk writes.
230 * Also check <tt>transferred</tt> when dealing with a timeout error code.
234 * that may have been transferred; do not assume that timeout conditions
243 * \param transferred output location for the number of bytes actually
244 * transferred.
249 * \returns 0 on success (and populates <tt>transferred</t
156 do_sync_bulk_transfer(struct libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *buffer, int length, int *transferred, unsigned int timeout, unsigned char type) argument
258 libusb_bulk_transfer(struct libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *data, int length, int *transferred, unsigned int timeout) argument
307 libusb_interrupt_transfer( struct libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *data, int length, int *transferred, unsigned int timeout) argument
[all...]
H A Dio.c68 * the data has been transferred.
198 * may or may not have been transferred.
276 * - The transfer completes (i.e. some data was transferred)
278 * transferred
289 * success or failure reason, number of bytes of data transferred, etc. See
326 * When a transfer is cancelled, some of the data may have been transferred.
328 * that no data was transferred.
361 * -# If this is a host-to-device transfer, place the data to be transferred
386 * transferred in entirity.
435 * packet descriptors in hope that all the data gets transferred
[all...]
H A Dlibusbi.h363 int transferred; member in struct:usbi_transfer
872 * For control/bulk/interrupt transfers, populate the "transferred"
875 * transferred fields of the iso packet descriptors of the transfer.
/macosx-10.10/OpenSSH-189/openssh/
H A Dprogressmeter.c68 static char *file; /* name of the file being transferred */
123 off_t transferred; local
132 transferred = *counter - cur_pos;
142 transferred = end_pos;
148 cur_speed = (transferred / elapsed);
150 cur_speed = transferred;
181 /* amount transferred */
192 if (!transferred)
/macosx-10.10/apache-793/httpd/modules/proxy/balancers/
H A Dmod_lbmethod_bytraffic.c101 mytraffic = ((*worker)->s->transferred/(*worker)->s->lbfactor) +
132 (*worker)->s->transferred = 0;
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/examples/
H A Ddpfp.c193 int transferred; local
196 &transferred, 1000);
201 if (transferred < INTR_LENGTH) {
H A Ddpfp_threaded.c222 int transferred; local
225 &transferred, 1000);
230 if (transferred < INTR_LENGTH) {
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dopenbsd_usb.c652 itransfer->transferred = req.ucr_actlen;
654 usbi_dbg("transferred %d", itransfer->transferred);
724 itransfer->transferred = nr;
H A Dlinux_usbfs.c2005 * transferred data and presents it in a contiguous chunk.
2008 unsigned char *target = transfer->buffer + itransfer->transferred;
2016 itransfer->transferred += urb->actual_length;
2029 itransfer->transferred += urb->actual_length;
2240 itransfer->transferred += urb->actual_length;
2316 usbi_dbg("urb type=%d status=%d transferred=%d", urb->type, urb->status,
H A Ddarwin_usb.c1613 itransfer->transferred += io_size;
H A Dwindows_usb.c2817 itransfer->transferred += io_size;
/macosx-10.10/rsync-45/rsync/
H A Dtech_report.tex253 \item [data] The amount of file data transferred verbatim, in bytes.
261 small fraction (around 5\%) of the file was transferred. The amount
262 transferred was also considerably less than the size of the diff file
263 that would have been transferred if the diff/patch method of updating
267 although much less than the size of the data transferred in each
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_ajp.c310 conn->worker->s->transferred += bufsiz;
422 conn->worker->s->transferred += bufsiz;
H A Dmod_proxy.h380 apr_off_t transferred;/* Number of bytes transferred to remote */ member in struct:__anon6344
H A Dmod_proxy_fcgi.c141 conn->worker->s->transferred += written;
H A Dmod_proxy_scgi.c235 conn->worker->s->transferred += written;
H A Dproxy_util.c3365 apr_off_t transferred; local
3371 apr_brigade_length(bb, 0, &transferred);
3372 if (transferred != -1)
3373 p_conn->worker->s->transferred += transferred;
H A Dmod_proxy_balancer.c1364 " <httpd:transferred>%" APR_OFF_T_FMT "</httpd:transferred>\n",
1365 worker->s->transferred);
1552 ap_rputs(apr_strfsize(worker->s->transferred, fbuf), r);
H A Dmod_proxy_balancer.c.orig1361 " <httpd:transferred>%" APR_OFF_T_FMT "</httpd:transferred>\n",
1362 worker->s->transferred);
1549 ap_rputs(apr_strfsize(worker->s->transferred, fbuf), r);
H A Dmod_proxy.c2548 ap_rputs(apr_strfsize((*worker)->s->transferred, fbuf), r);
2571 "<tr><th>Wr</th><td>Number of bytes transferred</td></tr>\n"
/macosx-10.10/CPANInternal-159.1/PlRPC-0.2020/lib/RPC/
H A DPlClient.pm231 on the server. The function calls result will be transferred to the
H A DPlServer.pm389 on the server. The arguments and results will be transferred to or from
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dconfig_h.com116 $! on how it was transferred to OpenVMS
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/
H A DSSL.pm1779 SSL to encrypt data before it is transferred to a remote server or
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Ddoctor.el1142 transfer transferred transfers transmit transmits transmitted

Completed in 935 milliseconds