Lines Matching defs:dest
228 nghttp3_frame_entry *dest;
239 dest = nghttp3_ringbuf_push_back(frq);
240 *dest = *frent;
703 nghttp3_typed_buf *dest;
715 dest = nghttp3_ringbuf_get(outq, len - 1);
716 if (dest->type == tbuf->type && dest->type == NGHTTP3_BUF_TYPE_SHARED &&
717 dest->buf.begin == tbuf->buf.begin && dest->buf.last == tbuf->buf.pos) {
722 stream->outq_offset = nghttp3_buf_len(&dest->buf);
725 dest->buf.last = tbuf->buf.last;
727 dest->buf.end = tbuf->buf.end;
741 dest = nghttp3_ringbuf_push_back(outq);
742 *dest = *tbuf;