Home
last modified time | relevance | path

Searched refs:nv_out (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_hd.c786 static void emit_header(nghttp2_hd_nv *nv_out, nghttp2_hd_nv *nv) { in emit_header() argument
791 *nv_out = *nv; in emit_header()
1736 * header is always emitted, and |*nv_out| is filled with that value.
1739 nghttp2_hd_nv *nv_out) { in hd_inflate_commit_indexed()
1742 emit_header(nv_out, &nv); in hd_inflate_commit_indexed()
1747 * header is emitted, |*nv_out| is filled with that value and 0 is
1757 nghttp2_hd_nv *nv_out) { in hd_inflate_commit_newname()
1779 emit_header(nv_out, &nv); in hd_inflate_commit_newname()
1792 * reception. If header is emitted, |*nv_out| is filled with that
1802 nghttp2_hd_nv *nv_out) { in hd_inflate_commit_indname()
1738 hd_inflate_commit_indexed(nghttp2_hd_inflater *inflater, nghttp2_hd_nv *nv_out) hd_inflate_commit_indexed() argument
1756 hd_inflate_commit_newname(nghttp2_hd_inflater *inflater, nghttp2_hd_nv *nv_out) hd_inflate_commit_newname() argument
1801 hd_inflate_commit_indname(nghttp2_hd_inflater *inflater, nghttp2_hd_nv *nv_out) hd_inflate_commit_indname() argument
1836 nghttp2_hd_inflate_hd(nghttp2_hd_inflater *inflater, nghttp2_nv *nv_out, int *inflate_flags, uint8_t *in, size_t inlen, int in_final) nghttp2_hd_inflate_hd() argument
1843 nghttp2_hd_inflate_hd2(nghttp2_hd_inflater *inflater, nghttp2_nv *nv_out, int *inflate_flags, const uint8_t *in, size_t inlen, int in_final) nghttp2_hd_inflate_hd2() argument
1869 nghttp2_hd_inflate_hd_nv(nghttp2_hd_inflater *inflater, nghttp2_hd_nv *nv_out, int *inflate_flags, const uint8_t *in, size_t inlen, int in_final) nghttp2_hd_inflate_hd_nv() argument
[all...]
H A Dnghttp2_hd.h356 * instead of nghttp2_nv as output parameter |nv_out|. Other than
361 nghttp2_hd_nv *nv_out, int *inflate_flags,
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c786 static void emit_header(nghttp2_hd_nv *nv_out, nghttp2_hd_nv *nv) { in emit_header() argument
791 *nv_out = *nv; in emit_header()
1736 * header is always emitted, and |*nv_out| is filled with that value.
1739 nghttp2_hd_nv *nv_out) { in hd_inflate_commit_indexed()
1742 emit_header(nv_out, &nv); in hd_inflate_commit_indexed()
1747 * header is emitted, |*nv_out| is filled with that value and 0 is
1757 nghttp2_hd_nv *nv_out) { in hd_inflate_commit_newname()
1779 emit_header(nv_out, &nv); in hd_inflate_commit_newname()
1792 * reception. If header is emitted, |*nv_out| is filled with that
1802 nghttp2_hd_nv *nv_out) { in hd_inflate_commit_indname()
1738 hd_inflate_commit_indexed(nghttp2_hd_inflater *inflater, nghttp2_hd_nv *nv_out) hd_inflate_commit_indexed() argument
1756 hd_inflate_commit_newname(nghttp2_hd_inflater *inflater, nghttp2_hd_nv *nv_out) hd_inflate_commit_newname() argument
1801 hd_inflate_commit_indname(nghttp2_hd_inflater *inflater, nghttp2_hd_nv *nv_out) hd_inflate_commit_indname() argument
1836 nghttp2_hd_inflate_hd(nghttp2_hd_inflater *inflater, nghttp2_nv *nv_out, int *inflate_flags, uint8_t *in, size_t inlen, int in_final) nghttp2_hd_inflate_hd() argument
1843 nghttp2_hd_inflate_hd2(nghttp2_hd_inflater *inflater, nghttp2_nv *nv_out, int *inflate_flags, const uint8_t *in, size_t inlen, int in_final) nghttp2_hd_inflate_hd2() argument
1869 nghttp2_hd_inflate_hd_nv(nghttp2_hd_inflater *inflater, nghttp2_hd_nv *nv_out, int *inflate_flags, const uint8_t *in, size_t inlen, int in_final) nghttp2_hd_inflate_hd_nv() argument
[all...]
H A Dnghttp2_hd.h356 * instead of nghttp2_nv as output parameter |nv_out|. Other than
361 nghttp2_hd_nv *nv_out, int *inflate_flags,
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h5455 * |*inflate_flags| and name/value pair is assigned to the |nv_out|
5457 * |nv_out|.
5459 * The |nv_out| may include pointers to the memory region in the |in|.
5460 * The caller must retain the |in| while the |nv_out| is used.
5527 nghttp2_nv *nv_out,
5538 * |*inflate_flags| and name/value pair is assigned to the |nv_out|
5540 * |nv_out|.
5542 * The |nv_out| may include pointers to the memory region in the |in|.
5543 * The caller must retain the |in| while the |nv_out| is used.
5615 nghttp2_nv *nv_out,
[all...]
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h5439 * |*inflate_flags| and name/value pair is assigned to the |nv_out|
5441 * |nv_out|.
5443 * The |nv_out| may include pointers to the memory region in the |in|.
5444 * The caller must retain the |in| while the |nv_out| is used.
5511 nghttp2_nv *nv_out,
5522 * |*inflate_flags| and name/value pair is assigned to the |nv_out|
5524 * |nv_out|.
5526 * The |nv_out| may include pointers to the memory region in the |in|.
5527 * The caller must retain the |in| while the |nv_out| is used.
5599 nghttp2_nv *nv_out,
[all...]

Completed in 18 milliseconds