Searched defs:Huff_t (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/codexlib/zip/
H A Dhuff.h22 struct Huff_s; typedef struct Huff_s Huff_t; typedef in typeref:struct:Huff_s
31 Huff_t* t; /* pointer to next level of table */
35 extern int huff(ulg*, ulg, ulg, ush*, ush*, Huff_t**, int*, Vmalloc_t*);
/ast/src/cmd/pack/
H A Dhuffman.h50 } Huff_t; typedef in typeref:struct:__anon178
52 Huff_t* huffinit(Sfio_t*,Sfoff_t);
53 Huff_t* huffgethdr(Sfio_t*);
54 int huffputhdr(Huff_t*,Sfio_t*);
55 Sfoff_t huffencode(Huff_t*,Sfio_t*,Sfio_t*,int);
56 Sfoff_t huffdecode(Huff_t*,Sfio_t*,Sfio_t*,int);

Completed in 14 milliseconds