Searched refs:msiz (Results 1 – 1 of 1) sorted by relevance
774 int msiz = ExifLength - (ValuePtr-OffsetBase); in ProcessExifDir() local775 if (msiz > ByteCount) msiz = ByteCount; in ProcessExifDir()776 if (msiz > MAX_COMMENT_SIZE - 1) msiz = MAX_COMMENT_SIZE - 1; in ProcessExifDir()777 if (msiz > 5 && memcmp(ValuePtr, "ASCII", 5) == 0) { in ProcessExifDir()778 for (a = 5; a < 10 && a < msiz; a++) { in ProcessExifDir()782 (char *)ValuePtr + a, msiz - a); in ProcessExifDir()787 strncpy(ImageInfo.Comments, (char *)ValuePtr, msiz); in ProcessExifDir()