Lines Matching refs:size
595 size_t size;
596 for (size = 1; size < bufsize; size <<= 1)
598 ringbuf->buffer = nghttp2_mem_malloc(mem, sizeof(nghttp2_hd_entry *) * size);
602 ringbuf->mask = size - 1;
617 size_t size;
623 for (size = 1; size < bufsize; size <<= 1)
625 buffer = nghttp2_mem_malloc(mem, sizeof(nghttp2_hd_entry *) * size);
634 ringbuf->mask = size - 1;
1273 /* It seems that encoder is not required to send dynamic table size
1274 update if the table size is not changed after applying
1276 is the intention of the editor. If new maximum table size is
1277 strictly smaller than the current negotiated maximum size,
1278 encoder must send dynamic table size update. In other cases, we
1894 DEBUGF("inflatehd: header table size change was expected, but saw "
1904 DEBUGF("inflatehd: header table size change\n");
1906 DEBUGF("inflatehd: header table size change must appear at the head "