Upgrade to 1.46.0
[platform/upstream/nghttp2.git] / doc / nghttp2_hd_inflate_new.rst
1
2 nghttp2_hd_inflate_new
3 ======================
4
5 Synopsis
6 --------
7
8 *#include <nghttp2/nghttp2.h>*
9
10 .. function:: int nghttp2_hd_inflate_new(nghttp2_hd_inflater **inflater_ptr)
11
12     
13     Initializes *\*inflater_ptr* for inflating name/values pairs.
14     
15     If this function fails, *\*inflater_ptr* is left untouched.
16     
17     This function returns 0 if it succeeds, or one of the following
18     negative error codes:
19     
20     :macro:`nghttp2_error.NGHTTP2_ERR_NOMEM`
21         Out of memory.