Lines Matching refs:nghttp2_nv
45 size_t alloclen = sizeof(nghttp2_nv) * len; \
46 const nghttp2_nv *sa = A, *sb = B; \
47 nghttp2_nv *a = mem->malloc(alloclen, NULL); \
48 nghttp2_nv *b = mem->malloc(alloclen, NULL); \
67 int nvnameeq(const char *a, nghttp2_nv *nv);
69 int nvvalueeq(const char *a, nghttp2_nv *nv);
72 nghttp2_nv nva[256];
79 void add_out(nva_out *out, nghttp2_nv *nv, nghttp2_mem *mem);
85 int32_t stream_id, uint8_t flags, const nghttp2_nv *nva,
90 int32_t promised_stream_id, const nghttp2_nv *nva,