Home
last modified time | relevance | path

Searched refs:inhow (Results 1 – 2 of 2) sorted by relevance

/external/zlib/src/contrib/blast/
Dblast.c44 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()
Dblast.h45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,