Searched refs:buffer_consume (Results 1 – 8 of 8) sorted by relevance
/external/openssh/ |
D | ssh-pkcs11-helper.c | 110 buffer_consume(m, mlen); in send_msg() 230 buffer_consume(&iqueue, 4); in process() 261 buffer_consume(&iqueue, msg_len - consumed); in process() 352 buffer_consume(&oqueue, len); in main()
|
D | buffer.c | 93 buffer_consume(Buffer *buffer, u_int bytes) in buffer_consume() function
|
D | buffer.h | 42 void buffer_consume(Buffer *, u_int);
|
D | ssh-pkcs11-client.c | 61 buffer_consume(m, mlen); in send_msg()
|
D | channels.c | 1177 buffer_consume(&c->input, len); in channel_decode_socks4() 1200 buffer_consume(&c->input, len); in channel_decode_socks4() 1268 buffer_consume(&c->input, nmethods + 2); in channel_decode_socks5() 1308 buffer_consume(&c->input, sizeof(s5_req)); in channel_decode_socks5() 1310 buffer_consume(&c->input, 1); /* host string length */ in channel_decode_socks5() 1860 buffer_consume(&c->output, len); 1891 buffer_consume(&c->extended, len); 2021 buffer_consume(&c->output, len); 2090 buffer_consume(&c->output, len); 2383 buffer_consume(&c->input, len); [all …]
|
D | clientloop.c | 533 buffer_consume(&stdin_buffer, len); in client_make_packets_from_stdin_data() 1412 buffer_consume(&stdout_buffer, len); in client_process_output() 1433 buffer_consume(&stderr_buffer, len); in client_process_output() 1765 buffer_consume(&stdout_buffer, len); in client_loop() 1775 buffer_consume(&stderr_buffer, len); in client_loop()
|
D | monitor.c | 1235 buffer_consume(&b, session_id2_len); in monitor_valid_userblob()
|
D | sshconnect2.c | 1188 buffer_consume(&b, skip + 1); in sign_and_send_pubkey()
|