16 lines
420 B
ReStructuredText
16 lines
420 B
ReStructuredText
|
|
nghttp2_hd_inflate_get_num_table_entries
|
|
========================================
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
*#include <nghttp2/nghttp2.h>*
|
|
|
|
.. function:: size_t nghttp2_hd_inflate_get_num_table_entries(nghttp2_hd_inflater *inflater)
|
|
|
|
|
|
Returns the number of entries that header table of *inflater*
|
|
contains. This is the sum of the number of static table and
|
|
dynamic table, so the return value is at least 61.
|