VLC 4.0.0-dev
|
Functions | |
static size_t | hpack_encode_int (uint8_t *restrict buf, size_t size, uintmax_t value, unsigned n) |
static size_t | hpack_encode_str_raw (uint8_t *restrict buf, size_t size, const char *str) |
static size_t | hpack_encode_str_raw_lower (uint8_t *restrict buf, size_t size, const char *str) |
size_t | hpack_encode_hdr_neverindex (uint8_t *restrict buf, size_t size, const char *name, const char *value) |
size_t | hpack_encode (uint8_t *restrict buf, size_t size, const char *const headers[][2], unsigned count) |
|
static |
Referenced by hpack_encode_str_raw(), and hpack_encode_str_raw_lower().
|
static |
References hpack_encode_int().
Referenced by hpack_encode_hdr_neverindex().
|
static |
References hpack_encode_int().
Referenced by hpack_encode_hdr_neverindex().