Searched refs:infun (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.
52 * The input function is invoked: len = infun(how, &buf), where buf is set by
53 * infun() to point to the input buffer, and infun() returns the number of
54 * available bytes there. If infun() returns zero, then blast() returns with
56 * use by the application to pass an input descriptor to infun(), if desired.
H A Dblast.c39 blast_in infun; /* input function provided by user */ member in struct:state
40 void *inhow; /* opaque information passed to infun() */
76 s->left = s->infun(s->inhow, &(s->in));
160 s->left = s->infun(s->inhow, &(s->in));
379 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) argument
385 s.infun = infun;
/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.
48 * The input function is invoked: len = infun(how, &buf), where buf is set by
49 * infun() to point to the input buffer, and infun() returns the number of
50 * available bytes there. If infun() returns zero, then blast() returns with
52 * use by the application to pass an input descriptor to infun(), if desired.
H A Dblast.c37 blast_in infun; /* input function provided by user */ member in struct:state
38 void *inhow; /* opaque information passed to infun() */
74 s->left = s->infun(s->inhow, &(s->in));
158 s->left = s->infun(s->inhow, &(s->in));
377 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) argument
383 s.infun = infun;
/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.
48 * The input function is invoked: len = infun(how, &buf), where buf is set by
49 * infun() to point to the input buffer, and infun() returns the number of
50 * available bytes there. If infun() returns zero, then blast() returns with
52 * use by the application to pass an input descriptor to infun(), if desired.
H A Dblast.c37 blast_in infun; /* input function provided by user */ member in struct:state
38 void *inhow; /* opaque information passed to infun() */
74 s->left = s->infun(s->inhow, &(s->in));
158 s->left = s->infun(s->inhow, &(s->in));
377 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) argument
383 s.infun = infun;
/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.
48 * The input function is invoked: len = infun(how, &buf), where buf is set by
49 * infun() to point to the input buffer, and infun() returns the number of
50 * available bytes there. If infun() returns zero, then blast() returns with
52 * use by the application to pass an input descriptor to infun(), if desired.
H A Dblast.c37 blast_in infun; /* input function provided by user */ member in struct:state
38 void *inhow; /* opaque information passed to infun() */
74 s->left = s->infun(s->inhow, &(s->in));
158 s->left = s->infun(s->inhow, &(s->in));
377 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) argument
383 s.infun = infun;

Completed in 165 milliseconds