Home
last modified time | relevance | path

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

/external/zlib/src/contrib/blast/
Dblast.c40 void *inhow; /* opaque information passed to infun() */ member
76 s->left = s->infun(s->inhow, &(s->in)); in bits()
160 s->left = s->infun(s->inhow, &(s->in)); in decode()
379 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) in blast() argument
386 s.inhow = inhow; in blast()
Dblast.h45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow);