Lines Matching defs:dest
1732 nghttp3_qpack_header_block_ref **dest;
1743 dest = nghttp3_ringbuf_push_back(&stream->refs);
1744 *dest = ref;
2668 * end) and writes the decoded string to |dest|. This function
2669 * assumes the buffer pointed by |dest| has enough space.
2678 nghttp3_buf *dest,
2690 nwrite = nghttp3_qpack_huffman_decode(&rstate->huffman_ctx, dest->last, begin,
2700 dest->last += nwrite;
2706 nghttp3_buf *dest, const uint8_t *begin,
2711 dest->last = nghttp3_cpymem(dest->last, begin, n);
3777 uint64_t *dest, uint64_t encricnt) {
3781 *dest = 0;
3808 *dest = ricnt;