Searched refs:tls_buffer_resize (Results 1 – 1 of 1) sorted by relevance
34 static int tls_buffer_resize(struct tls_buffer *buf, size_t capacity);46 if (!tls_buffer_resize(buf, init_size)) in tls_buffer_new()85 return tls_buffer_resize(buf, capacity); in tls_buffer_grow()89 tls_buffer_resize(struct tls_buffer *buf, size_t capacity) in tls_buffer_resize() function140 if (!tls_buffer_resize(buf, len)) in tls_buffer_extend()