Searched refs:this_transfer (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymfile.c1408 bfd_size_type this_transfer = size - sent;
1410 if (this_transfer >= block_size)
1411 this_transfer = block_size;
1413 this_transfer, &err);
1406 bfd_size_type this_transfer = size - sent; local

Completed in 114 milliseconds