HomeSort by relevance Sort by last modified time
    Searched refs:ERR_RETURN (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/zlib/
zutil.h 63 #define ERR_RETURN(strm,err) \
deflate.c 604 ERR_RETURN(strm, Z_STREAM_ERROR);
606 if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR);
812 ERR_RETURN(strm, Z_BUF_ERROR);
817 ERR_RETURN(strm, Z_BUF_ERROR);
835 ERR_RETURN(strm, Z_BUF_ERROR);
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zutil.h 58 #define ERR_RETURN(strm,err) \
deflate.c 568 ERR_RETURN(strm, Z_STREAM_ERROR);
570 if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR);
776 ERR_RETURN(strm, Z_BUF_ERROR);
781 ERR_RETURN(strm, Z_BUF_ERROR);
    [all...]
  /external/zlib/src/
zutil.h 52 #define ERR_RETURN(strm,err) \
deflate.c 681 ERR_RETURN(strm, Z_STREAM_ERROR);
683 if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR);
889 ERR_RETURN(strm, Z_BUF_ERROR);
894 ERR_RETURN(strm, Z_BUF_ERROR);
    [all...]

Completed in 116 milliseconds