Lines Matching refs:ARRLEN
62 rv = nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva1, ARRLEN(nva1)); in test_nghttp2_hd_deflate()
76 rv = nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva2, ARRLEN(nva2)); in test_nghttp2_hd_deflate()
91 rv = nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva3, ARRLEN(nva3)); in test_nghttp2_hd_deflate()
105 rv = nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva4, ARRLEN(nva4)); in test_nghttp2_hd_deflate()
119 rv = nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva5, ARRLEN(nva5)); in test_nghttp2_hd_deflate()
158 rv = nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva1, ARRLEN(nva1)); in test_nghttp2_hd_deflate_same_indexed_repr()
172 rv = nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva2, ARRLEN(nva2)); in test_nghttp2_hd_deflate_same_indexed_repr()
250 for (i = 0; i < ARRLEN(nv); ++i) { in test_nghttp2_hd_inflate_indname_noinc()
382 for (i = 0; i < ARRLEN(nv); ++i) { in test_nghttp2_hd_inflate_newname_noinc()
1145 check_deflate_inflate(&deflater, &inflater, nv1, ARRLEN(nv1), mem); in test_nghttp2_hd_deflate_inflate()
1146 check_deflate_inflate(&deflater, &inflater, nv2, ARRLEN(nv2), mem); in test_nghttp2_hd_deflate_inflate()
1147 check_deflate_inflate(&deflater, &inflater, nv3, ARRLEN(nv3), mem); in test_nghttp2_hd_deflate_inflate()
1148 check_deflate_inflate(&deflater, &inflater, nv4, ARRLEN(nv4), mem); in test_nghttp2_hd_deflate_inflate()
1149 check_deflate_inflate(&deflater, &inflater, nv5, ARRLEN(nv5), mem); in test_nghttp2_hd_deflate_inflate()
1150 check_deflate_inflate(&deflater, &inflater, nv6, ARRLEN(nv6), mem); in test_nghttp2_hd_deflate_inflate()
1151 check_deflate_inflate(&deflater, &inflater, nv7, ARRLEN(nv7), mem); in test_nghttp2_hd_deflate_inflate()
1152 check_deflate_inflate(&deflater, &inflater, nv8, ARRLEN(nv8), mem); in test_nghttp2_hd_deflate_inflate()
1153 check_deflate_inflate(&deflater, &inflater, nv9, ARRLEN(nv9), mem); in test_nghttp2_hd_deflate_inflate()
1154 check_deflate_inflate(&deflater, &inflater, nv10, ARRLEN(nv10), mem); in test_nghttp2_hd_deflate_inflate()
1178 for (i = 1; i < ARRLEN(nva); ++i) { in test_nghttp2_hd_no_index()
1189 rv = nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva, ARRLEN(nva)); in test_nghttp2_hd_no_index()
1196 CU_ASSERT(ARRLEN(nva) == out.nvlen); in test_nghttp2_hd_no_index()
1197 assert_nv_equal(nva, out.nva, ARRLEN(nva), mem); in test_nghttp2_hd_no_index()
1200 for (i = 1; i < ARRLEN(nva); ++i) { in test_nghttp2_hd_no_index()
1223 bound = nghttp2_hd_deflate_bound(&deflater, nva, ARRLEN(nva)); in test_nghttp2_hd_deflate_bound()
1229 nghttp2_hd_deflate_hd_bufs(&deflater, &bufs, nva, ARRLEN(nva)); in test_nghttp2_hd_deflate_bound()
1233 bound2 = nghttp2_hd_deflate_bound(&deflater, nva, ARRLEN(nva)); in test_nghttp2_hd_deflate_bound()
1256 buflen = nghttp2_hd_deflate_bound(deflater, nva, ARRLEN(nva)); in test_nghttp2_hd_public_api()
1258 blocklen = nghttp2_hd_deflate_hd(deflater, buf, buflen, nva, ARRLEN(nva)); in test_nghttp2_hd_public_api()
1276 ARRLEN(nva)); in test_nghttp2_hd_public_api()
1310 buflen = nghttp2_hd_deflate_bound(deflater, nva, ARRLEN(nva)); in test_nghttp2_hd_deflate_hd_vec()
1317 blocklen = nghttp2_hd_deflate_hd_vec(deflater, vec, 2, nva, ARRLEN(nva)); in test_nghttp2_hd_deflate_hd_vec()
1326 CU_ASSERT(ARRLEN(nva) == out.nvlen); in test_nghttp2_hd_deflate_hd_vec()
1327 assert_nv_equal(nva, out.nva, ARRLEN(nva), mem); in test_nghttp2_hd_deflate_hd_vec()
1339 blocklen = nghttp2_hd_deflate_hd_vec(deflater, NULL, 0, nva, ARRLEN(nva)); in test_nghttp2_hd_deflate_hd_vec()
1355 blocklen = nghttp2_hd_deflate_hd_vec(deflater, vec, 2, nva, ARRLEN(nva)); in test_nghttp2_hd_deflate_hd_vec()
1366 buflen = nghttp2_hd_deflate_bound(deflater, nva, ARRLEN(nva)); in test_nghttp2_hd_deflate_hd_vec()
1373 blocklen = nghttp2_hd_deflate_hd_vec(deflater, vec, 2, nva, ARRLEN(nva)); in test_nghttp2_hd_deflate_hd_vec()
1381 CU_ASSERT(ARRLEN(nva) == out.nvlen); in test_nghttp2_hd_deflate_hd_vec()
1382 assert_nv_equal(nva, out.nva, ARRLEN(nva), mem); in test_nghttp2_hd_deflate_hd_vec()
1394 buflen = nghttp2_hd_deflate_bound(deflater, nva, ARRLEN(nva)); in test_nghttp2_hd_deflate_hd_vec()
1396 assert(buflen <= ARRLEN(vec)); in test_nghttp2_hd_deflate_hd_vec()
1403 blocklen = nghttp2_hd_deflate_hd_vec(deflater, vec, buflen, nva, ARRLEN(nva)); in test_nghttp2_hd_deflate_hd_vec()
1411 CU_ASSERT(ARRLEN(nva) == out.nvlen); in test_nghttp2_hd_deflate_hd_vec()
1412 assert_nv_equal(nva, out.nva, ARRLEN(nva), mem); in test_nghttp2_hd_deflate_hd_vec()