Lines Matching refs:dlen
1226 unsigned int dlen = COMP_BUF_SIZE; in test_comp() local
1232 ilen, result, &dlen); in test_comp()
1240 if (dlen != ctemplate[i].outlen) { in test_comp()
1243 dlen); in test_comp()
1248 if (memcmp(result, ctemplate[i].output, dlen)) { in test_comp()
1251 hexdump(result, dlen); in test_comp()
1259 unsigned int dlen = COMP_BUF_SIZE; in test_comp() local
1265 ilen, result, &dlen); in test_comp()
1273 if (dlen != dtemplate[i].outlen) { in test_comp()
1276 dlen); in test_comp()
1281 if (memcmp(result, dtemplate[i].output, dlen)) { in test_comp()
1284 hexdump(result, dlen); in test_comp()