Lines Matching defs:nvlen
1442 size_t nvlen) {
1474 for (i = 0; i < nvlen; ++i) {
1493 size_t nvlen) {
1506 rv = nghttp2_hd_deflate_hd_bufs(deflater, &bufs, nv, nvlen);
1525 const nghttp2_nv *nv, size_t nvlen) {
1539 rv = nghttp2_hd_deflate_hd_bufs(deflater, &bufs, nv, nvlen);
1557 const nghttp2_nv *nva, size_t nvlen) {
1573 need 2 of this for |nvlen| header fields. */
1574 n += 6 * 2 * nvlen;
1576 for (i = 0; i < nvlen; ++i) {