Home
last modified time | relevance | path

Searched refs:sourcelen (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/
A Dpufftest.c95 unsigned long sourcelen, destlen; in main() local
136 sourcelen = (unsigned long)len; in main()
137 ret = puff(NIL, &destlen, source + skip, &sourcelen); in main()
142 if (sourcelen < len) fprintf(stderr, "%lu compressed bytes unused\n", in main()
143 len - sourcelen); in main()
156 puff(dest, &destlen, source + skip, &sourcelen); in main()
A Dpuff.h35 unsigned long *sourcelen); /* amount of input available */
A DREADME35 unsigned long *sourcelen); /* amount of input available */
58 in *sourcelen bytes, puff() will return an error without reading at or past
61 On return, *sourcelen is updated to the amount of input data consumed, and
A Dpuff.c796 unsigned long *sourcelen) /* amount of input available */ in puff() argument
809 s.inlen = *sourcelen; in puff()
837 *sourcelen = s.incnt; in puff()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/
A Dzlib.inc367 D sourcelen 10U 0 value Compression level

Completed in 6 milliseconds