Lines Matching refs:cur_comm
156 static struct io_buffer cur_comm, cur_resp; variable
487 io_buffer_reset(&cur_comm); in close_connection()
1977 avail = cur_comm.len; in check_command()
1980 head = io_buffer_head(&cur_comm); in check_command()
1984 io_buffer_consume(&cur_comm, 1); in check_command()
1993 io_buffer_consume(&cur_comm, 1); in check_command()
2010 io_buffer_consume(&cur_comm, 1); in check_command()
2035 io_buffer_consume(&cur_comm, plen); in check_command()
2044 io_buffer_consume(&cur_comm, plen); in check_command()
2052 io_buffer_consume(&cur_comm, 1); in check_command()
2080 io_buffer_grow(&cur_comm, pending); in gdb_readable()
2081 assert(io_buffer_avail(&cur_comm) >= pending); in gdb_readable()
2083 nread = read(fd, io_buffer_tail(&cur_comm), io_buffer_avail(&cur_comm)); in gdb_readable()
2093 cur_comm.len += nread; in gdb_readable()