클래스 | |
struct | code |
매크로 | |
#define | ENOUGH_LENS 852 |
#define | ENOUGH_DISTS 592 |
#define | ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) |
열거형 타입 | |
enum | codetype { CODES, LENS, DISTS } |
함수 | |
int ZLIB_INTERNAL inflate_table | OF ((codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work)) |
#define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) |
inftrees.h 파일의 51 번째 라인에서 정의되었습니다.
#define ENOUGH_DISTS 592 |
inftrees.h 파일의 50 번째 라인에서 정의되었습니다.
#define ENOUGH_LENS 852 |
inftrees.h 파일의 49 번째 라인에서 정의되었습니다.
enum codetype |
열거형 멤버 | |
---|---|
CODES | |
LENS | |
DISTS |
inftrees.h 파일의 54 번째 라인에서 정의되었습니다.
int ZLIB_INTERNAL inflate_table OF | ( | (codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work) | ) |