/external/openssh/ |
msg.c | 83 buffer_append_space(m, msg_len);
|
buffer.c | 75 p = buffer_append_space(buffer, len); 103 buffer_append_space(Buffer *buffer, u_int len) function 109 fatal("buffer_append_space: len %u not supported", len); 131 fatal("buffer_append_space: alloc %u not supported", 141 * This must follow the same math as buffer_append_space
|
buffer.h | 34 void *buffer_append_space(Buffer *, u_int);
|
packet.c | 710 cp = buffer_append_space(&active_state->output, 908 cp = buffer_append_space(&active_state->outgoing_packet, padlen); 936 cp = buffer_append_space(&active_state->output, 1188 cp = buffer_append_space(&active_state->incoming_packet, padded_len); [all...] |
authfile.c | 148 cp = buffer_append_space(&encrypted, buffer_len(&buffer)); 471 cp = buffer_append_space(&decrypted, buffer_len(©));
|
sftp-client.c | 127 buffer_append_space(m, 4); 140 buffer_append_space(m, msg_len); [all...] |
monitor.c | 506 buffer_append_space(&logmsg, 4); 523 buffer_append_space(&logmsg, len); [all...] |
monitor_wrap.c | 160 buffer_append_space(m, msg_len); [all...] |
mux.c | [all...] |