Lines Matching refs:wb
125 TLS_BUFFER *wb; in tls_release_write_buffer_int() local
131 wb = &rl->wbuf[pipes - 1]; in tls_release_write_buffer_int()
133 if (TLS_BUFFER_is_app_buffer(wb)) in tls_release_write_buffer_int()
134 TLS_BUFFER_set_app_buffer(wb, 0); in tls_release_write_buffer_int()
136 OPENSSL_free(wb->buf); in tls_release_write_buffer_int()
137 wb->buf = NULL; in tls_release_write_buffer_int()
147 TLS_BUFFER *wb; in tls_setup_write_buffer() local
181 wb = rl->wbuf; in tls_setup_write_buffer()
183 TLS_BUFFER *thiswb = &wb[currpipe]; in tls_setup_write_buffer()
1570 TLS_BUFFER *wb; in tls_initialise_write_packets_default() local
1574 wb = &bufs[j]; in tls_initialise_write_packets_default()
1576 wb->type = templates[j].type; in tls_initialise_write_packets_default()
1579 align = (size_t)TLS_BUFFER_get_buf(wb); in tls_initialise_write_packets_default()
1584 TLS_BUFFER_set_offset(wb, align); in tls_initialise_write_packets_default()
1586 if (!WPACKET_init_static_len(thispkt, TLS_BUFFER_get_buf(wb), in tls_initialise_write_packets_default()
1587 TLS_BUFFER_get_len(wb), 0)) { in tls_initialise_write_packets_default()