Home | History | Annotate | Download | only in pascal

Lines Matching refs:then

39   if err <> Z_OK then
71 if StrComp(PChar(uncompr), hello) <> 0 then
93 if zfile = NIL then
99 if gzputs(zfile, 'ello') <> 4 then
105 if gzprintf(zfile, ', %s!', 'hello') <> 8 then
111 if gzputs(zfile, ', hello!') <> 8 then
121 if zfile = NIL then
129 if gzread(zfile, uncompr, uncomprLen) <> len then
134 if StrComp(PChar(uncompr), hello) <> 0 then
143 if (pos <> 6) or (gztell(zfile) <> pos) then
149 if gzgetc(zfile) <> ' ' then
155 if gzungetc(' ', zfile) <> ' ' then
163 if uncomprLen <> 7 then (* " hello!" *)
168 if StrComp(PChar(uncompr), hello + 6) <> 0 then
215 if err = Z_STREAM_END then
253 if err = Z_STREAM_END then
261 if StrComp(PChar(uncompr), hello) <> 0 then
294 if c_stream.avail_in <> 0 then
312 if err <> Z_STREAM_END then
346 if err = Z_STREAM_END then
354 if d_stream.total_out <> 2 * uncomprLen + comprLen div 2 then
393 if err <> Z_STREAM_END then
435 if err <> Z_DATA_ERROR then
472 if err <> Z_STREAM_END then
507 if err = Z_STREAM_END then
509 if err = Z_NEED_DICT then
511 if d_stream.adler <> dictId then
521 if StrComp(PChar(uncompr), hello) <> 0 then
532 if zlibVersion^ <> ZLIB_VERSION[1] then
542 if (compr = NIL) or (uncompr = NIL) then
557 if ParamCount >= 1 then