Searched refs:fileCommentLength (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/archive/src/main/native/
H A Dzipsup.c709 (void) ZIP_NEXT_U16 (entry.fileCommentLength, current);
772 && (entry.flags & 0x8)) || (entry.fileCommentLength != 0))
797 bytesToRead = entry.extraFieldLength + entry.fileCommentLength;
981 zipEntry->fileCommentLength = 0;
985 (void) ZIP_NEXT_U16 (zipEntry->fileCommentLength, current);
1108 zipEntry->fileCommentPointer + zipEntry->fileCommentLength;
1931 if (entry->fileCommentLength == 0)
1944 if (bufferSize < entry->fileCommentLength)
1953 fileCommentBuffer = hymem_allocate_memory (entry->fileCommentLength);
1981 hyfile_read (zipFile->fd, fileCommentBuffer, entry->fileCommentLength);
[all...]
H A Dzipsup.h127 U_16 fileCommentLength; member in struct:HyZipEntry

Completed in 101 milliseconds