Lines Matching refs:outlen
12331 unsigned outlen; member
12385 if (swd_zip_var.outlen + len > SWD_COMPRESSED_BUFSIZE) {
12391 *(swd_zip_var.outbuf + swd_zip_var.outlen + i) = *(buf + i);
12393 swd_zip_var.outlen += len;
12429 swd_zip_var.outlen = 0;
12484 LOG("Total output size %d\n", swd_zip_var.outlen);
12490 return swd_zip_var.outlen;
12626 int outlen = 0; local
12632 outlen = swd_compress((char*)hdr + hdr->spindump_offset, outbuf, bytesWritten);
12634 if (outlen) {
12635 max_chunks = outlen / (2096 - 200);
12636 leftover = outlen % (2096 - 200);
12656 LOG("Compressed failure stackshot is too large. size=%d bytes\n", outlen);
12659 LOG("Compressed failure stackshot of kernel+dexts is too large size=%d bytes\n", outlen);
12662 LOG("Compressed failure stackshot of only kernel is too large size=%d bytes\n", outlen);