Lines Matching full:transfer
28 /** BLOB transfer mode. */
30 /** No valid transfer mode. */
32 /** Push mode (Push BLOB Transfer Mode). */
34 /** Pull mode (Pull BLOB Transfer Mode). */
40 /** Transfer phase. */
42 /** The BLOB Transfer Server is awaiting configuration. */
44 /** The BLOB Transfer Server is ready to receive a BLOB transfer. */
46 /** The BLOB Transfer Server is waiting for the next block of data. */
48 /** The BLOB Transfer Server is waiting for the next chunk of data. */
52 /** The BLOB transfer is paused. */
85 /** The transfer mode is not supported by the BLOB Transfer Server
97 /** BLOB transfer data block. */
122 /** BLOB transfer. */
128 /** BLOB transfer mode. */
151 * @param xfer BLOB transfer.
165 * @param xfer BLOB transfer.
178 * @param xfer BLOB transfer.
192 * @param xfer BLOB transfer.
201 * Used by the BLOB Transfer Server on incoming data.
209 * restarted due to a transfer suspension. If the callback returns a
210 * non-zero value, the chunk remains unreceived, and the BLOB Transfer
214 * at delivering a chunk before dropping a Target node from the transfer.
219 * @param xfer BLOB transfer.
232 * Used by the BLOB Transfer Client to fetch outgoing data.
240 * results in termination of the transfer.
243 * @param xfer BLOB transfer.