Lines Matching refs:dlen
1194 unsigned int dlen = COMP_BUF_SIZE; in test_comp() local
1200 ilen, result, &dlen); in test_comp()
1208 if (dlen != ctemplate[i].outlen) { in test_comp()
1211 dlen); in test_comp()
1216 if (memcmp(result, ctemplate[i].output, dlen)) { in test_comp()
1219 hexdump(result, dlen); in test_comp()
1227 unsigned int dlen = COMP_BUF_SIZE; in test_comp() local
1233 ilen, result, &dlen); in test_comp()
1241 if (dlen != dtemplate[i].outlen) { in test_comp()
1244 dlen); in test_comp()
1249 if (memcmp(result, dtemplate[i].output, dlen)) { in test_comp()
1252 hexdump(result, dlen); in test_comp()