Home | History | Annotate | Download | only in jhead

Lines Matching refs:Comments

736                 if (ImageInfo.Comments[0]){ // We already have a jpeg comment.
744 memcpy(ImageInfo.Comments, ValuePtr, ByteCount);
750 if (ImageInfo.Comments[0]){ // We already have a jpeg comment.
752 if (ShowTags) printf("Multiple comments in exif header\n");
781 strncpy(ImageInfo.Comments,
787 strncpy(ImageInfo.Comments, (char *)ValuePtr, msiz);
1898 if (ImageInfo.Comments[0]){
1903 c = ImageInfo.Comments[a];
1907 if (ImageInfo.Comments[a+1] != '\0'){
1918 printf("%.*ls\n", ImageInfo.CommentWidchars, (wchar_t *)ImageInfo.Comments);