HomeSort by: relevance | last modified time | path
    Searched refs:buffer_capacity (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/nsd/dist/dnstap/
dnstap_collector.c 65 int bufsz = buffer_capacity(dt_col->send_buffer);
175 r = recv(fd, buffer_current(buf), buffer_capacity(buf), MSG_DONTWAIT);
382 assert(buffer_capacity(dt_col->inputs[i].buffer) ==
383 buffer_capacity(dt_col->send_buffer));
  /src/external/bsd/nsd/dist/
buffer.h 150 buffer_capacity(buffer_type *buffer) function
xfrd-tcp.c 1445 if(tcp->msglen > buffer_capacity(tcp->packet)) {
1536 if(tcp->msglen > buffer_capacity(tcp->packet)) {
query.c 1593 buffer_set_limit(q->packet, buffer_capacity(q->packet));
  /src/lib/libterminfo/
term.h 272 #define buffer_capacity t_buffer_capacity(cur_term) macro
309 * buffer_capacity: Number of bytes buffered before printing

Completed in 61 milliseconds