代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/323571/13335719
c compress.c
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-1998 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#include
www.eeworm.com/read/137133/13344167
c compress.c
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-2002 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: compress.c,v 1.2 200
www.eeworm.com/read/323119/13352052
result compress.result
SHOW STATUS LIKE 'Compression';
Variable_name Value
Compression ON
drop table if exists t1,t2,t3,t4;
CREATE TABLE t1 (
Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL,
Varor_period smalli
www.eeworm.com/read/323119/13354232
test compress.test
# Turn on compression between the client and server
# and run a number of tests
# Can't test with embedded server
-- source include/not_embedded.inc
-- source include/have_compress.inc
connect (com
www.eeworm.com/read/136911/13354449
opt compress.opt
www.eeworm.com/read/136911/13354451
sln compress.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "compress", "compress.vcproj", "{026C4773-E531-4A5A-BEC6-39E0087C775D}"
ProjectSection
www.eeworm.com/read/136911/13354456
aps compress.aps
www.eeworm.com/read/136911/13354471
h compress.h
#ifndef _COMPRESS_H_
#define _COMPRESS_H_
#include"tree.h"
#include "file.h"
/***********************************************************************
*SizeOfOutFile() return the output file's siz
www.eeworm.com/read/136911/13354476