Searched refs:ERROR_BREAK (Results 1 – 1 of 1) sorted by relevance
184 #define ERROR_BREAK(code) CERROR_BREAK(error, code) macro1159 ERROR_BREAK(50); /*error: the bit pointer is or will go past the memory*/ in getTreeInflateDynamic()1175 if(!bitlen_ll || !bitlen_d) ERROR_BREAK(83 /*alloc fail*/); in getTreeInflateDynamic()1193 if(i == 0) ERROR_BREAK(54); /*can't repeat previous if i is 0*/ in getTreeInflateDynamic()1201 if(i >= HLIT + HDIST) ERROR_BREAK(13); /*error: i is larger than the amount of codes*/ in getTreeInflateDynamic()1212 if(i >= HLIT + HDIST) ERROR_BREAK(14); /*error: i is larger than the amount of codes*/ in getTreeInflateDynamic()1224 if(i >= HLIT + HDIST) ERROR_BREAK(15); /*error: i is larger than the amount of codes*/ in getTreeInflateDynamic()1231 ERROR_BREAK(16); /*error: tried to read disallowed huffman symbol*/ in getTreeInflateDynamic()1238 ERROR_BREAK(50); /*error, bit pointer jumps past memory*/ in getTreeInflateDynamic()1243 … if(bitlen_ll[256] == 0) ERROR_BREAK(64); /*the length of the end code 256 must be larger than 0*/ in getTreeInflateDynamic()[all …]