Searched refs:inhow (Results 1 - 2 of 2) sorted by relevance
/third_party/zlib/contrib/blast/ |
H A D | blast.c | 44 void *inhow; /* opaque information passed to infun() */ member 80 s->left = s->infun(s->inhow, &(s->in)); in bits() 164 s->left = s->infun(s->inhow, &(s->in)); in decode() 383 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, in blast() argument 391 s.inhow = inhow; in blast()
|
H A D | blast.h | 45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, 56 * an input error. (blast() only asks for input if it needs it.) inhow is for
|
Completed in 2 milliseconds