Searched refs:outgoing_bytes_buffer (Results 1 – 2 of 2) sorted by relevance
67 unsigned char* outgoing_bytes_buffer; member668 gpr_free(impl->outgoing_bytes_buffer); in fake_handshaker_destroy()701 self, handshaker->outgoing_bytes_buffer + offset, &sent_bytes_size); in fake_handshaker_next()705 handshaker->outgoing_bytes_buffer = static_cast<unsigned char*>( in fake_handshaker_next()706 gpr_realloc(handshaker->outgoing_bytes_buffer, in fake_handshaker_next()711 *bytes_to_send = handshaker->outgoing_bytes_buffer; in fake_handshaker_next()756 impl->outgoing_bytes_buffer = in tsi_create_fake_handshaker()
117 unsigned char* outgoing_bytes_buffer; member1468 gpr_free(impl->outgoing_bytes_buffer); in ssl_handshaker_destroy()1528 impl, impl->outgoing_bytes_buffer + offset, &to_send_size); in ssl_handshaker_next()1532 impl->outgoing_bytes_buffer = static_cast<unsigned char*>(gpr_realloc( in ssl_handshaker_next()1533 impl->outgoing_bytes_buffer, impl->outgoing_bytes_buffer_size)); in ssl_handshaker_next()1537 *bytes_to_send = impl->outgoing_bytes_buffer; in ssl_handshaker_next()1655 impl->outgoing_bytes_buffer = in create_tsi_ssl_handshaker()