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

/external/zlib/src/contrib/blast/
H A Dblast.h45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow);
60 * with an output error. outfun() is always called with len <= 4096. outhow
H A Dblast.c51 void *outhow; /* opaque information passed to outfun() */ member in struct:state
358 if (s->outfun(s->outhow, s->out, s->next)) return 1;
369 if (s->outfun(s->outhow, s->out, s->next)) return 1;
379 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) argument
393 s.outhow = outhow;
404 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0)

Completed in 86 milliseconds