Searched refs:msiz (Results 1 – 1 of 1) sorted by relevance
799 int msiz = ExifLength - (ValuePtr-OffsetBase); in ProcessExifDir() local800 if (msiz > ByteCount) msiz = ByteCount; in ProcessExifDir()801 if (msiz > MAX_COMMENT_SIZE - 1) msiz = MAX_COMMENT_SIZE - 1; in ProcessExifDir()802 if (msiz > 5 && memcmp(ValuePtr, "ASCII", 5) == 0) { in ProcessExifDir()803 for (a = 5; a < 10 && a < msiz; a++) { in ProcessExifDir()807 (char *)ValuePtr + a, msiz - a); in ProcessExifDir()812 strncpy(ImageInfo.Comments, (char *)ValuePtr, msiz); in ProcessExifDir()