Lines Matching refs:max_chunk
146 size_t max_chunk;
161 int nghttp2_bufs_init(nghttp2_bufs *bufs, size_t chunk_length, size_t max_chunk,
166 * arguments and chunk_keep = max_chunk.
169 size_t max_chunk, size_t offset, nghttp2_mem *mem);
174 * |max_chunk|. On reset, first |chunk_keep| buffers are kept and
187 * chunk_keep is 0; or max_chunk < chunk_keep; or offset is too
191 size_t max_chunk, size_t chunk_keep, size_t offset,
203 * words, max_chunk = chunk_keep = 1. To free the resource allocated
221 * allocated. In other words, max_chunk = chunk_keep = |in_len|. To
244 * Reallocates internal buffer using |chunk_length|. The max_chunk,