Lines Matching defs:buffer
80 /* A stream window is the maximum amount we need to buffer for
82 * when we take things out of the buffer.
88 * The benefit of the pool is that stream buffer to not keep
102 * Store ngtcp2 version info in this buffer.
189 /* on send, we control how much we put into the buffer */
193 /* on recv, we need a flexible buffer limit since we also write
399 /* the HTTP/1.1 response headers are written to the buffer, but
801 * receive buffer. If not enough space is available, it appends to the
802 * `data`'s overflow buffer.
1706 * is in the buffer and continue */
1790 /* add the next packet to send, if any, to our buffer */
1810 /* first packet in buffer. This is either of a known, "good"
1818 * Flush the buffer before the last add. */
1834 * the capacity of our buffer *or*
1955 char buffer[NGTCP2_MAX_UDP_PAYLOAD_SIZE];
1963 (uint8_t *)buffer, sizeof(buffer),
1966 while((send(ctx->q.sockfd, buffer, (SEND_TYPE_ARG3)rc, 0) == -1) &&