Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dnghttp2_gzip_test.c69 size_t inproclen, outproclen; in test_nghttp2_gzip_inflate() local
77 inproclen = inlen; in test_nghttp2_gzip_inflate()
80 0 == nghttp2_gzip_inflate(inflater, out, &outproclen, inptr, &inproclen)); in test_nghttp2_gzip_inflate()
82 CU_ASSERT(inproclen > 0); in test_nghttp2_gzip_inflate()
85 inptr += inproclen; in test_nghttp2_gzip_inflate()
86 inlen -= inproclen; in test_nghttp2_gzip_inflate()
87 inproclen = inlen; in test_nghttp2_gzip_inflate()
91 0 == nghttp2_gzip_inflate(inflater, out, &outproclen, inptr, &inproclen)); in test_nghttp2_gzip_inflate()
93 CU_ASSERT(inproclen > 0); in test_nghttp2_gzip_inflate()
96 inptr += inproclen; in test_nghttp2_gzip_inflate()
[all...]

Completed in 1 milliseconds