Home
last modified time | relevance | path

Searched refs:buffer_capacity (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/dnstap/
H A Ddnstap_collector.c65 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()
/netbsd-src/external/bsd/nsd/dist/
H A Dbuffer.h150 buffer_capacity(buffer_type *buffer) in buffer_capacity() function
H A Dxfrd-tcp.c1306 if(tcp->msglen > buffer_capacity(tcp->packet)) { in conn_read_ssl()
1397 if(tcp->msglen > buffer_capacity(tcp->packet)) { in conn_read()
H A Dipc.c359 if(data->total_bytes > buffer_capacity(data->packet)) { in parent_handle_child_command()
H A Dquery.c1533 buffer_set_limit(q->packet, buffer_capacity(q->packet)); in query_prepare_response()
/netbsd-src/lib/libterminfo/
H A Dterm.h272 #define buffer_capacity t_buffer_capacity(cur_term) macro