Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/blast/
A Dblast.c55 void *outhow; /* opaque information passed to outfun() */ member
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
403 s.outhow = outhow; in blast()
420 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()
A Dblast.h45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,

Completed in 3 milliseconds