Searched refs:ERR_RETURN (Results 1 – 13 of 13) sorted by relevance
/external/freetype/src/gzip/ |
D | zutil.h | 41 #define ERR_RETURN(strm,err) \ macro
|
/external/python/cpython2/Modules/zlib/ |
D | zutil.h | 54 #define ERR_RETURN(strm,err) \ macro
|
D | deflate.c | 778 ERR_RETURN(strm, Z_STREAM_ERROR); 780 if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR); 805 ERR_RETURN(strm, Z_BUF_ERROR); 810 ERR_RETURN(strm, Z_BUF_ERROR);
|
/external/rust/crates/libz-sys/src/zlib/ |
D | zutil.h | 54 #define ERR_RETURN(strm,err) \ macro
|
D | deflate.c | 778 ERR_RETURN(strm, Z_STREAM_ERROR); 780 if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR); 805 ERR_RETURN(strm, Z_BUF_ERROR); 810 ERR_RETURN(strm, Z_BUF_ERROR);
|
/external/libwebsockets/win32port/zlib/ |
D | zutil.h | 48 #define ERR_RETURN(strm,err) \ macro
|
D | deflate.c | 610 ERR_RETURN(strm, Z_STREAM_ERROR); 612 if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR); 818 ERR_RETURN(strm, Z_BUF_ERROR); 823 ERR_RETURN(strm, Z_BUF_ERROR);
|
/external/angle/third_party/zlib/ |
D | zutil.h | 69 #define ERR_RETURN(strm,err) \ macro
|
D | deflate.c | 824 ERR_RETURN(strm, Z_STREAM_ERROR); 826 if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR); 851 ERR_RETURN(strm, Z_BUF_ERROR); 856 ERR_RETURN(strm, Z_BUF_ERROR);
|
/external/zlib/ |
D | zutil.h | 69 #define ERR_RETURN(strm,err) \ macro
|
D | deflate.c | 824 ERR_RETURN(strm, Z_STREAM_ERROR); 826 if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR); 851 ERR_RETURN(strm, Z_BUF_ERROR); 856 ERR_RETURN(strm, Z_BUF_ERROR);
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | zutil.h | 51 #define ERR_RETURN(strm, err) return (strm->msg = ERR_MSG(err), (err)) macro
|
D | deflate.c | 779 ERR_RETURN(strm, Z_STREAM_ERROR); in PREFIX() 782 ERR_RETURN(strm, Z_BUF_ERROR); in PREFIX() 807 ERR_RETURN(strm, Z_BUF_ERROR); in PREFIX() 812 ERR_RETURN(strm, Z_BUF_ERROR); in PREFIX()
|