Searched defs:out_maxlen (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c664 int out_maxlen)
674 if (output_index + 2 > out_maxlen)
679 if (output_index + 1 > out_maxlen)
700 gdb_byte *out_buf, int out_maxlen)
710 if (output_index + 1 > out_maxlen)
662 remote_escape_output(const gdb_byte *buffer, int len, gdb_byte *out_buf, int *out_len, int out_maxlen) argument
699 remote_unescape_input(const gdb_byte *buffer, int len, gdb_byte *out_buf, int out_maxlen) argument

Completed in 446 milliseconds