Home
last modified time | relevance | path

Searched refs:actual_clen (Results 1 – 13 of 13) sorted by relevance

/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dcompress-test.cc53 uLongf actual_clen = bound; in test_compress_buf_method() local
54 toku_compress(m, cb, &actual_clen, buf, i); in test_compress_buf_method()
56 toku_decompress(ubuf, i, cb, actual_clen); in test_compress_buf_method()
60 return actual_clen; in test_compress_buf_method()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dcompress-test.cc53 uLongf actual_clen = bound; in test_compress_buf_method() local
54 toku_compress(m, cb, &actual_clen, buf, i); in test_compress_buf_method()
56 toku_decompress(ubuf, i, cb, actual_clen); in test_compress_buf_method()
60 return actual_clen; in test_compress_buf_method()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dcompress-test.cc53 uLongf actual_clen = bound; in test_compress_buf_method() local
54 toku_compress(m, cb, &actual_clen, buf, i); in test_compress_buf_method()
56 toku_decompress(ubuf, i, cb, actual_clen); in test_compress_buf_method()
60 return actual_clen; in test_compress_buf_method()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dcompress-test.cc53 uLongf actual_clen = bound; in test_compress_buf_method() local
54 toku_compress(m, cb, &actual_clen, buf, i); in test_compress_buf_method()
56 toku_decompress(ubuf, i, cb, actual_clen); in test_compress_buf_method()
60 return actual_clen; in test_compress_buf_method()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dcompress-test.cc53 uLongf actual_clen = bound; in test_compress_buf_method() local
54 toku_compress(m, cb, &actual_clen, buf, i); in test_compress_buf_method()
56 toku_decompress(ubuf, i, cb, actual_clen); in test_compress_buf_method()
60 return actual_clen; in test_compress_buf_method()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dcompress-test.cc53 uLongf actual_clen = bound; in test_compress_buf_method() local
54 toku_compress(m, cb, &actual_clen, buf, i); in test_compress_buf_method()
56 toku_decompress(ubuf, i, cb, actual_clen); in test_compress_buf_method()
60 return actual_clen; in test_compress_buf_method()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/tests/
H A Dcompress-test.cc53 uLongf actual_clen = bound; in test_compress_buf_method() local
54 toku_compress(m, cb, &actual_clen, buf, i); in test_compress_buf_method()
56 toku_decompress(ubuf, i, cb, actual_clen); in test_compress_buf_method()
60 return actual_clen; in test_compress_buf_method()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/tests/
H A Dcompress-test.cc53 uLongf actual_clen = bound; in test_compress_buf_method() local
54 toku_compress(m, cb, &actual_clen, buf, i); in test_compress_buf_method()
56 toku_decompress(ubuf, i, cb, actual_clen); in test_compress_buf_method()
60 return actual_clen; in test_compress_buf_method()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/tests/
H A Dcompress-test.cc53 uLongf actual_clen = bound;
54 toku_compress(m, cb, &actual_clen, buf, i);
56 toku_decompress(ubuf, i, cb, actual_clen);
60 return actual_clen;
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/tests/
H A Dcompress-test.cc53 uLongf actual_clen = bound;
54 toku_compress(m, cb, &actual_clen, buf, i);
56 toku_decompress(ubuf, i, cb, actual_clen);
60 return actual_clen;
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/tests/
H A Dcompress-test.cc53 uLongf actual_clen = bound; in test_compress_buf_method() local
54 toku_compress(m, cb, &actual_clen, buf, i); in test_compress_buf_method()
56 toku_decompress(ubuf, i, cb, actual_clen); in test_compress_buf_method()
60 return actual_clen; in test_compress_buf_method()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/tests/
H A Dcompress-test.cc53 uLongf actual_clen = bound; in test_compress_buf_method() local
54 toku_compress(m, cb, &actual_clen, buf, i); in test_compress_buf_method()
56 toku_decompress(ubuf, i, cb, actual_clen); in test_compress_buf_method()
60 return actual_clen; in test_compress_buf_method()
/dports/www/squid/squid-4.15/src/http/
H A DStream.cc454 const auto actual_clen = http->prepPartialResponseGeneration(); in buildRangeHeader() local
476 assert(actual_clen >= 0); in buildRangeHeader()
478 hdr->putInt64(Http::HdrType::CONTENT_LENGTH, actual_clen); in buildRangeHeader()
479 debugs(33, 3, "actual content length: " << actual_clen); in buildRangeHeader()