Home
last modified time | relevance | path

Searched refs:bytes_in_buffer (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dremote.c9993 int bytes_in_buffer; in remote_file_put() local
10019 bytes_in_buffer = 0; in remote_file_put()
10022 while (bytes_in_buffer || !saw_eof) in remote_file_put()
10026 bytes = fread (buffer + bytes_in_buffer, 1, in remote_file_put()
10027 io_size - bytes_in_buffer, in remote_file_put()
10038 if (bytes_in_buffer == 0) in remote_file_put()
10046 bytes += bytes_in_buffer; in remote_file_put()
10047 bytes_in_buffer = 0; in remote_file_put()
10060 bytes_in_buffer = bytes - retcode; in remote_file_put()
10061 memmove (buffer, buffer + retcode, bytes_in_buffer); in remote_file_put()