Home | History | Annotate | Download | only in coders

Lines Matching defs:BLOCKSIZE

148 #define BLOCKSIZE  65536
153 int blocksize = BLOCKSIZE;
154 char data[BLOCKSIZE];
158 while ((size = (size_t) ReadBlob(image,(size_t) blocksize,data)) == blocksize) {
171 size_t blocksize = BLOCKSIZE;
172 unsigned char data[BLOCKSIZE];
179 && (size = (size_t) ReadBlob(image,(size_t) blocksize,data)) == blocksize) {