/dports/net-im/purple-facebook/purple-facebook-0.9.6/patches/ |
H A D | 09-revert-http-zlib.patch | 50 const gchar *compressed_buff; 65 compressed_buff = gzs->pending->str; 70 + zs->next_in = (z_const Bytef*)compressed_buff; 84 - compressed_buff, compressed_len, 92 - compressed_buff += bytes_read; 132 - gzs->pending = g_string_new_len(compressed_buff,
|
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/lz4/tests/ |
H A D | fullbench.c | 330 char* compressed_buff=NULL; in fullSpeedBench() local 360 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench() 361 if(!chunkP || !orig_buff || !compressed_buff) { in fullSpeedBench() 365 free(compressed_buff); in fullSpeedBench() 378 free(compressed_buff); in fullSpeedBench() 409 char* out = compressed_buff; in fullSpeedBench() 458 …{ size_t i; for (i=0; i<benchedSize; i++) compressed_buff[i]=(char)i; } /* warming up memory */ in fullSpeedBench() 493 char* out = compressed_buff; in fullSpeedBench() 529 … errorCode = LZ4F_compressFrame(compressed_buff, compressedBuffSize, orig_buff, benchedSize, NULL); in fullSpeedBench() 533 free(compressed_buff); in fullSpeedBench() [all …]
|
/dports/archivers/lizard/lizard-1.0/tests/ |
H A D | fullbench.c | 344 char* compressed_buff=NULL; in fullSpeedBench() local 374 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench() 375 if(!chunkP || !orig_buff || !compressed_buff) { in fullSpeedBench() 379 free(compressed_buff); in fullSpeedBench() 392 free(compressed_buff); in fullSpeedBench() 423 char* out = compressed_buff; in fullSpeedBench() 469 …{ size_t i; for (i=0; i<benchedSize; i++) compressed_buff[i]=(char)i; } /* warming up memory */ in fullSpeedBench() 504 char* out = compressed_buff; in fullSpeedBench() 536 …errorCode = LizardF_compressFrame(compressed_buff, compressedBuffSize, orig_buff, benchedSize, NUL… in fullSpeedBench() 540 free(compressed_buff); in fullSpeedBench() [all …]
|
/dports/archivers/maxcso/maxcso-1.10.0/lz4/programs/ |
H A D | fullbench.c | 583 char* compressed_buff=NULL; in fullSpeedBench() local 613 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench() 614 if(!chunkP || !orig_buff || !compressed_buff) in fullSpeedBench() 619 free(compressed_buff); in fullSpeedBench() 633 free(compressed_buff); in fullSpeedBench() 667 char* out = compressed_buff; in fullSpeedBench() 724 …{ size_t i; for (i=0; i<benchedSize; i++) compressed_buff[i]=(char)i; } /* warming up memory */ in fullSpeedBench() 762 char* out = compressed_buff; in fullSpeedBench() 799 … errorCode = LZ4F_compressFrame(compressed_buff, compressedBuffSize, orig_buff, benchedSize, NULL); in fullSpeedBench() 804 free(compressed_buff); in fullSpeedBench() [all …]
|
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/Lz4/Lz4_131/programs/ |
H A D | fullbench.c | 583 char* compressed_buff=NULL; in fullSpeedBench() local 613 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench() 614 if(!chunkP || !orig_buff || !compressed_buff) in fullSpeedBench() 619 free(compressed_buff); in fullSpeedBench() 633 free(compressed_buff); in fullSpeedBench() 667 char* out = compressed_buff; in fullSpeedBench() 724 …{ size_t i; for (i=0; i<benchedSize; i++) compressed_buff[i]=(char)i; } /* warming up memory */ in fullSpeedBench() 762 char* out = compressed_buff; in fullSpeedBench() 799 … errorCode = LZ4F_compressFrame(compressed_buff, compressedBuffSize, orig_buff, benchedSize, NULL); in fullSpeedBench() 804 free(compressed_buff); in fullSpeedBench() [all …]
|
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/lz4/tests/ |
H A D | fullbench.c | 399 char* compressed_buff=NULL; in fullSpeedBench() local 428 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench() 429 if(!chunkP || !orig_buff || !compressed_buff) { in fullSpeedBench() 433 free(compressed_buff); in fullSpeedBench() 446 free(compressed_buff); in fullSpeedBench() 477 char* out = compressed_buff; in fullSpeedBench() 534 …{ size_t i; for (i=0; i<benchedSize; i++) compressed_buff[i]=(char)i; } /* warming up memory */ in fullSpeedBench() 570 char* out = compressed_buff; in fullSpeedBench() 619 …{ size_t const fcsize = LZ4F_compressFrame(compressed_buff, (size_t)compressedBuffSize, orig_buf… in fullSpeedBench() 677 free(compressed_buff); in fullSpeedBench()
|
/dports/lang/chez-scheme/ChezScheme-9.5.4/lz4/tests/ |
H A D | fullbench.c | 399 char* compressed_buff=NULL; in fullSpeedBench() local 428 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench() 429 if(!chunkP || !orig_buff || !compressed_buff) { in fullSpeedBench() 433 free(compressed_buff); in fullSpeedBench() 446 free(compressed_buff); in fullSpeedBench() 477 char* out = compressed_buff; in fullSpeedBench() 534 …{ size_t i; for (i=0; i<benchedSize; i++) compressed_buff[i]=(char)i; } /* warming up memory */ in fullSpeedBench() 571 char* out = compressed_buff; in fullSpeedBench() 621 …{ size_t const fcsize = LZ4F_compressFrame(compressed_buff, (size_t)compressedBuffSize, orig_buf… in fullSpeedBench() 679 free(compressed_buff); in fullSpeedBench()
|
/dports/archivers/liblz4/lz4-1.9.3/tests/ |
H A D | fullbench.c | 445 char* compressed_buff=NULL; in fullSpeedBench() local 474 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench() 475 if(!chunkP || !orig_buff || !compressed_buff) { in fullSpeedBench() 479 free(compressed_buff); in fullSpeedBench() 492 free(compressed_buff); in fullSpeedBench() 523 char* out = compressed_buff; in fullSpeedBench() 580 …{ size_t i; for (i=0; i<benchedSize; i++) compressed_buff[i]=(char)i; } /* warming up memory */ in fullSpeedBench() 617 char* out = compressed_buff; in fullSpeedBench() 670 …{ size_t const fcsize = LZ4F_compressFrame(compressed_buff, (size_t)compressedBuffSize, orig_buf… in fullSpeedBench() 728 free(compressed_buff); in fullSpeedBench()
|
/dports/sysutils/tarsnap/tarsnap-autoconf-1.0.39/libarchive/ |
H A D | archive_read_support_format_zip.c | 651 const void *compressed_buff; in zip_read_data_deflate() local 692 compressed_buff = __archive_read_ahead(a, 1, &bytes_avail); in zip_read_data_deflate() 705 zip->stream.next_in = (Bytef *)(uintptr_t)(const void *)compressed_buff; in zip_read_data_deflate()
|
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/ |
H A D | archive_read_support_format_zip.c | 2144 const void *compressed_buff; in zip_read_data_zipx_bzip2() local 2158 compressed_buff = __archive_read_ahead(a, 1, &bytes_avail); in zip_read_data_zipx_bzip2() 2178 zip->bzstream.next_in = (char*)(uintptr_t) compressed_buff; in zip_read_data_zipx_bzip2() 2273 const void *compressed_buff, *sp; in zip_read_data_deflate() local 2302 compressed_buff = sp = __archive_read_ahead(a, 1, &bytes_avail); in zip_read_data_deflate() 2341 compressed_buff, buff_remaining, in zip_read_data_deflate() 2349 compressed_buff, buff_remaining, in zip_read_data_deflate() 2359 compressed_buff = (const char *)zip->decrypted_ptr; in zip_read_data_deflate() 2368 zip->stream.next_in = (Bytef *)(uintptr_t)(const void *)compressed_buff; in zip_read_data_deflate()
|
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/ |
H A D | archive_read_support_format_zip.c | 2204 const void *compressed_buff; in zip_read_data_zipx_bzip2() local 2218 compressed_buff = __archive_read_ahead(a, 1, &bytes_avail); in zip_read_data_zipx_bzip2() 2238 zip->bzstream.next_in = (char*)(uintptr_t) compressed_buff; in zip_read_data_zipx_bzip2() 2333 const void *compressed_buff, *sp; in zip_read_data_deflate() local 2362 compressed_buff = sp = __archive_read_ahead(a, 1, &bytes_avail); in zip_read_data_deflate() 2401 compressed_buff, buff_remaining, in zip_read_data_deflate() 2409 compressed_buff, buff_remaining, in zip_read_data_deflate() 2419 compressed_buff = (const char *)zip->decrypted_ptr; in zip_read_data_deflate() 2428 zip->stream.next_in = (Bytef *)(uintptr_t)(const void *)compressed_buff; in zip_read_data_deflate()
|
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/ |
H A D | archive_read_support_format_zip.c | 2204 const void *compressed_buff; in zip_read_data_zipx_bzip2() local 2218 compressed_buff = __archive_read_ahead(a, 1, &bytes_avail); in zip_read_data_zipx_bzip2() 2238 zip->bzstream.next_in = (char*)(uintptr_t) compressed_buff; in zip_read_data_zipx_bzip2() 2333 const void *compressed_buff, *sp; in zip_read_data_deflate() local 2362 compressed_buff = sp = __archive_read_ahead(a, 1, &bytes_avail); in zip_read_data_deflate() 2401 compressed_buff, buff_remaining, in zip_read_data_deflate() 2409 compressed_buff, buff_remaining, in zip_read_data_deflate() 2419 compressed_buff = (const char *)zip->decrypted_ptr; in zip_read_data_deflate() 2428 zip->stream.next_in = (Bytef *)(uintptr_t)(const void *)compressed_buff; in zip_read_data_deflate()
|
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/ |
H A D | archive_read_support_format_zip.c | 2204 const void *compressed_buff; in zip_read_data_zipx_bzip2() local 2218 compressed_buff = __archive_read_ahead(a, 1, &bytes_avail); in zip_read_data_zipx_bzip2() 2238 zip->bzstream.next_in = (char*)(uintptr_t) compressed_buff; in zip_read_data_zipx_bzip2() 2333 const void *compressed_buff, *sp; in zip_read_data_deflate() local 2362 compressed_buff = sp = __archive_read_ahead(a, 1, &bytes_avail); in zip_read_data_deflate() 2401 compressed_buff, buff_remaining, in zip_read_data_deflate() 2409 compressed_buff, buff_remaining, in zip_read_data_deflate() 2419 compressed_buff = (const char *)zip->decrypted_ptr; in zip_read_data_deflate() 2428 zip->stream.next_in = (Bytef *)(uintptr_t)(const void *)compressed_buff; in zip_read_data_deflate()
|
/dports/biology/subread/subread-2.0.2-source/src/longread-one/ |
H A D | LRMfile-io.c | 318 char * compressed_buff = bam_buf + 18; in LRMwrite_chunk_compress_bam_block() local 335 thread_context -> bam_file_output_stream.next_out = (unsigned char*) compressed_buff; in LRMwrite_chunk_compress_bam_block()
|
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/ |
H A D | archive_read_support_format_zip.c | 1325 const void *compressed_buff, *sp; in zip_read_data_deflate() local 1354 compressed_buff = sp = __archive_read_ahead(a, 1, &bytes_avail); in zip_read_data_deflate() 1391 compressed_buff, buff_remaining, in zip_read_data_deflate() 1399 compressed_buff, buff_remaining, in zip_read_data_deflate() 1408 compressed_buff = (const char *)zip->decrypted_ptr; in zip_read_data_deflate() 1417 zip->stream.next_in = (Bytef *)(uintptr_t)(const void *)compressed_buff; in zip_read_data_deflate()
|
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/ |
H A D | archive_read_support_format_zip.c | 1301 const void *compressed_buff, *sp; in zip_read_data_deflate() local 1330 compressed_buff = sp = __archive_read_ahead(a, 1, &bytes_avail); in zip_read_data_deflate() 1367 compressed_buff, buff_remaining, in zip_read_data_deflate() 1375 compressed_buff, buff_remaining, in zip_read_data_deflate() 1384 compressed_buff = (const char *)zip->decrypted_ptr; in zip_read_data_deflate() 1393 zip->stream.next_in = (Bytef *)(uintptr_t)(const void *)compressed_buff; in zip_read_data_deflate()
|
/dports/net-im/purple-mattermost/purple-mattermost-2.0/purple2compat/ |
H A D | http.c | 376 const gchar *compressed_buff; in purple_http_gz_put() local 391 compressed_buff = gzs->pending->str; in purple_http_gz_put() 394 compressed_buff = buf; in purple_http_gz_put() 398 zs->next_in = (z_const Bytef*)compressed_buff; in purple_http_gz_put()
|
/dports/net-im/pidgin-skypeweb/skype4pidgin-1.7/skypeweb/purple2compat/ |
H A D | http.c | 376 const gchar *compressed_buff; in purple_http_gz_put() local 391 compressed_buff = gzs->pending->str; in purple_http_gz_put() 394 compressed_buff = buf; in purple_http_gz_put() 398 zs->next_in = (z_const Bytef*)compressed_buff; in purple_http_gz_put()
|
/dports/net-im/purple-hangouts/purple-hangouts-55b9f01/purple2compat/ |
H A D | http.c | 378 const gchar *compressed_buff; in purple_http_gz_put() local 393 compressed_buff = gzs->pending->str; in purple_http_gz_put() 396 compressed_buff = buf; in purple_http_gz_put() 400 zs->next_in = (z_const Bytef*)compressed_buff; in purple_http_gz_put()
|
/dports/net-im/purple-facebook/purple-facebook-0.9.6/pidgin/libpurple/ |
H A D | http.c | 389 const gchar *compressed_buff; in purple_http_gz_put() local 404 compressed_buff = gzs->pending->str; in purple_http_gz_put() 407 compressed_buff = buf; in purple_http_gz_put() 411 zs->next_in = (z_const Bytef*)compressed_buff; in purple_http_gz_put()
|
/dports/net-im/pidgin-icyque/icyque-4fc08a0/purple2compat/ |
H A D | http.c | 378 const gchar *compressed_buff; in purple_http_gz_put() local 393 compressed_buff = gzs->pending->str; in purple_http_gz_put() 396 compressed_buff = buf; in purple_http_gz_put() 400 zs->next_in = (z_const Bytef*)compressed_buff; in purple_http_gz_put()
|
/dports/net-im/purple-discord/purple-discord-6c5a778/purple2compat/ |
H A D | http.c | 378 const gchar *compressed_buff; in purple_http_gz_put() local 393 compressed_buff = gzs->pending->str; in purple_http_gz_put() 396 compressed_buff = buf; in purple_http_gz_put() 400 zs->next_in = (z_const Bytef*)compressed_buff; in purple_http_gz_put()
|
/dports/net-im/purple-googlechat/purple-googlechat-56ba7f7/purple2compat/ |
H A D | http.c | 378 const gchar *compressed_buff; in purple_http_gz_put() local 393 compressed_buff = gzs->pending->str; in purple_http_gz_put() 396 compressed_buff = buf; in purple_http_gz_put() 400 zs->next_in = (z_const Bytef*)compressed_buff; in purple_http_gz_put()
|
/dports/biology/subread/subread-2.0.2-source/src/ |
H A D | readSummary.c | 3005 char * compressed_buff = bam_buf + 18; in compress_read_detail_BAM() local 3022 thread_context -> bam_file_output_stream.next_out = (unsigned char*) compressed_buff; in compress_read_detail_BAM()
|