Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dremote-sds.c542 int max_buf_size; /* Max size of packet output buffer */ in sds_write_bytes() local
550 max_buf_size = 150; in sds_write_bytes()
555 todo = min (len, max_buf_size); in sds_write_bytes()
590 int max_buf_size; /* Max size of packet output buffer */ in sds_read_bytes() local
598 max_buf_size = 150; in sds_read_bytes()
603 todo = min (len, max_buf_size); in sds_read_bytes()
Dremote.c3729 int max_buf_size; /* Max size of packet output buffer */ in remote_read_bytes() local
3734 max_buf_size = get_memory_read_packet_size (); in remote_read_bytes()
3735 sizeof_buf = max_buf_size + 1; /* Space for trailing NUL */ in remote_read_bytes()
3745 todo = min (len, max_buf_size / 2); /* num bytes that will fit */ in remote_read_bytes()