Lines Matching refs:transfers
205 struct per_transfer *transfers; /* first node */
210 list of transfers */
217 if(!transfers)
219 transfersl = transfers = p;
229 all_xfers++; /* count total number of transfers added */
241 DEBUGASSERT(transfers);
251 transfers = n;
346 /* When doing serial transfers, we use a single fixed error area */
992 * the headers, we need to open it in append mode, since transfers
2242 * add_parallel_transfers() sets 'morep' to TRUE if there are more transfers
2244 * transfers were added.
2264 for(per = transfers; per && (all_added < global->parallel_max);
2327 /* wrapitup is set TRUE after a critical error occurs to end all transfers */
2346 that any transfers in the multi should abort (via progress callback). */
2352 for(per = transfers; per; per = per->next) {
2421 /* one or more transfers completed, add more! */
2466 for(per = transfers; per;) {
2672 /* Time to actually do the transfers */
2681 for(per = transfers; per;) {