Home
last modified time | relevance | path

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

/third_party/zlib/contrib/blast/
H A Dblast.c54 blast_out outfun; /* output function provided by user */ member
55 void *outhow; /* opaque information passed to outfun() */
362 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
373 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
383 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, in blast() argument
402 s.outfun = outfun; in blast()
420 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()
H A Dblast.h45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,
47 /* Decompress input to output using the provided infun() and outfun() calls.
62 * The output function is invoked: err = outfun(how, buf, len), where the bytes
64 * with an output error. outfun() is always called with len <= 4096. outhow
65 * is for use by the application to pass an output descriptor to outfun(), if

Completed in 2 milliseconds