Searched refs:buffer_capacity (Results 1 – 6 of 6) sorted by relevance
65 int bufsz = buffer_capacity(dt_col->send_buffer); in dt_collector_create()175 r = recv(fd, buffer_current(buf), buffer_capacity(buf), MSG_DONTWAIT); in recv_into_buffer()382 assert(buffer_capacity(dt_col->inputs[i].buffer) == in dt_attach_events()383 buffer_capacity(dt_col->send_buffer)); in dt_attach_events()
150 buffer_capacity(buffer_type *buffer) in buffer_capacity() function
1306 if(tcp->msglen > buffer_capacity(tcp->packet)) { in conn_read_ssl()1397 if(tcp->msglen > buffer_capacity(tcp->packet)) { in conn_read()
359 if(data->total_bytes > buffer_capacity(data->packet)) { in parent_handle_child_command()
1533 buffer_set_limit(q->packet, buffer_capacity(q->packet)); in query_prepare_response()
272 #define buffer_capacity t_buffer_capacity(cur_term) macro