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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/blast/
H A Dblast.h45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow);
46 /* Decompress input to output using the provided infun() and outfun() calls.
58 * The output function is invoked: err = outfun(how, buf, len), where the bytes
60 * with an output error. outfun() is always called with len <= 4096. outhow
61 * is for use by the application to pass an output descriptor to outfun(), if
H A Dblast.c50 blast_out outfun; /* output function provided by user */ member in struct:state
51 void *outhow; /* opaque information passed to outfun() */
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
392 s.outfun = outfun;
404 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/blast/
H A Dblast.h41 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow);
42 /* Decompress input to output using the provided infun() and outfun() calls.
54 * The output function is invoked: err = outfun(how, buf, len), where the bytes
56 * with an output error. outfun() is always called with len <= 4096. outhow
57 * is for use by the application to pass an output descriptor to outfun(), if
H A Dblast.c48 blast_out outfun; /* output function provided by user */ member in struct:state
49 void *outhow; /* opaque information passed to outfun() */
356 if (s->outfun(s->outhow, s->out, s->next)) return 1;
367 if (s->outfun(s->outhow, s->out, s->next)) return 1;
377 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) argument
390 s.outfun = outfun;
402 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/blast/
H A Dblast.h41 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow);
42 /* Decompress input to output using the provided infun() and outfun() calls.
54 * The output function is invoked: err = outfun(how, buf, len), where the bytes
56 * with an output error. outfun() is always called with len <= 4096. outhow
57 * is for use by the application to pass an output descriptor to outfun(), if
H A Dblast.c48 blast_out outfun; /* output function provided by user */ member in struct:state
49 void *outhow; /* opaque information passed to outfun() */
356 if (s->outfun(s->outhow, s->out, s->next)) return 1;
367 if (s->outfun(s->outhow, s->out, s->next)) return 1;
377 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) argument
390 s.outfun = outfun;
402 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/blast/
H A Dblast.h41 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow);
42 /* Decompress input to output using the provided infun() and outfun() calls.
54 * The output function is invoked: err = outfun(how, buf, len), where the bytes
56 * with an output error. outfun() is always called with len <= 4096. outhow
57 * is for use by the application to pass an output descriptor to outfun(), if
H A Dblast.c48 blast_out outfun; /* output function provided by user */ member in struct:state
49 void *outhow; /* opaque information passed to outfun() */
356 if (s->outfun(s->outhow, s->out, s->next)) return 1;
367 if (s->outfun(s->outhow, s->out, s->next)) return 1;
377 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) argument
390 s.outfun = outfun;
402 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0)

Completed in 126 milliseconds