Home
last modified time | relevance | path

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

/external/zlib/src/contrib/blast/
Dblast.c50 blast_out outfun; /* output function provided by user */ member
358 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
369 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
379 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) in blast() argument
392 s.outfun = outfun; in blast()
404 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()
Dblast.h45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow);