Searched refs:outproclen (Results 1 - 1 of 1) sorted by relevance
/third_party/nghttp2/src/ |
H A D | nghttp2_gzip_test.c | 69 size_t inproclen, outproclen; in test_nghttp2_gzip_inflate() local 78 outproclen = 16; in test_nghttp2_gzip_inflate() 80 0 == nghttp2_gzip_inflate(inflater, out, &outproclen, inptr, &inproclen)); in test_nghttp2_gzip_inflate() 81 CU_ASSERT(16 == outproclen); in test_nghttp2_gzip_inflate() 83 CU_ASSERT(0 == memcmp(inputptr, out, outproclen)); in test_nghttp2_gzip_inflate() 88 inputptr += outproclen; in test_nghttp2_gzip_inflate() 89 outproclen = 32; in test_nghttp2_gzip_inflate() 91 0 == nghttp2_gzip_inflate(inflater, out, &outproclen, inptr, &inproclen)); in test_nghttp2_gzip_inflate() 92 CU_ASSERT(32 == outproclen); in test_nghttp2_gzip_inflate() 94 CU_ASSERT(0 == memcmp(inputptr, out, outproclen)); in test_nghttp2_gzip_inflate() [all...] |
Completed in 1 milliseconds