Lines Matching refs:nva
226 const nghttp2_nv *nva = frame->headers.nva;
229 fwrite(nva[i].name, 1, nva[i].namelen, stdout);
231 fwrite(nva[i].value, 1, nva[i].valuelen, stdout);
254 const nghttp2_nv *nva = frame->headers.nva;
260 fwrite(nva[i].name, 1, nva[i].namelen, stdout);
262 fwrite(nva[i].value, 1, nva[i].valuelen, stdout);
483 const nghttp2_nv nva[] = {MAKE_NV(":method", "GET"),
490 stream_id = nghttp2_submit_request(connection->session, NULL, nva,
491 sizeof(nva) / sizeof(nva[0]), NULL, req);