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

/macosx-10.10/zlib-55/zlib/contrib/blast/
H A Dblast.h41 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow);
51 * an input error. (blast() only asks for input if it needs it.) inhow is for
H A Dblast.c38 void *inhow; /* opaque information passed to infun() */ member in struct:state
74 s->left = s->infun(s->inhow, &(s->in));
158 s->left = s->infun(s->inhow, &(s->in));
377 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) argument
384 s.inhow = inhow;

Completed in 164 milliseconds