Home | History | Annotate | Download | only in minzip

Lines Matching refs:LOGW

154         LOGW("WARNING: duplicate entry '%.*s' in Zip\n",
164 LOGW("Filename too long (%d chatacters)\n", fileNameLen);
172 LOGW("Filename contains invalid character '\%03o'\n", fileName[i]);
234 LOGW("Invalid entries=%d offset=%d (len=%zd)\n",
256 LOGW("Ran off the end (at %d)\n", i);
260 LOGW("Missed a central dir sig (at %d)\n", i);
270 LOGW("Filename ran off the end (at %d)\n", i);
274 LOGW("Invalid filename (at %d)\n", i);
349 LOGW("Incompatible \"version made by\": 0x%02x (at %d)\n",
359 LOGW("Integer overflow adding in parseZipArchive\n");
364 LOGW("Bad offset to local header: %d (at %d)\n", localHdrOffset, i);
368 LOGW("Missed a local header sig (at %d)\n", i);
374 LOGW("Integer overflow adding in parseZipArchive\n");
378 LOGW("Data ran off the end (at %d)\n", i);
449 LOGW("Map of '%s' failed\n", fileName);
610 LOGW("inflate read failed (%d vs %ld)\n", cc, getSize);
635 LOGW("Process function elected to fail (in inflate)\n");
655 LOGW("Size mismatch on inflated file (%ld vs %ld)\n",
727 LOGW("CRC for entry %.*s (0x%08lx) != expected (0x%08lx)\n",