Searched defs:bail (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzjoin.c65 local int bail(char *why1, char *why2) function
138 /* get a byte from the file, bail if end of file */
141 bail("unexpected end of file on ", in->name))
183 bail("unexpected end of file on ", in->name);
195 bail("unexpected end of file on ", in->name);
209 bail(in->name, " is not a valid gzip file");
214 bail("unknown reserved bits set in ", in->name);
252 /* Load up zlib stream from buffered input, bail if end of file */
258 bail("unexpected end of file on ", in->name);
293 bail("coul
[all...]

Completed in 48 milliseconds