Lines Matching defs:begin
2405 * from |begin|. The |end| represents the 1 beyond the last of the
2406 * valid contiguous memory region from |begin|. The decoded integer
2410 * and this function assumes the |begin| starts with intermediate
2424 const uint8_t *begin,
2429 const uint8_t *p = begin;
2446 return (nghttp3_ssize)(p - begin);
2478 return (nghttp3_ssize)(p - begin);
2483 return (nghttp3_ssize)(p + 1 - begin);
2667 * qpack_read_huffman_string decodes huffman string in buffer [begin,
2679 const uint8_t *begin,
2682 size_t len = (size_t)(end - begin);
2690 nwrite = nghttp3_qpack_huffman_decode(&rstate->huffman_ctx, dest->last, begin,
2706 nghttp3_buf *dest, const uint8_t *begin,
2708 size_t len = (size_t)(end - begin);
2711 dest->last = nghttp3_cpymem(dest->last, begin, n);