Searched refs:MAX_COMMENT_SIZE (Results 1 – 4 of 4) sorted by relevance
/external/jhead/ |
D | jhead.h | 39 #define MAX_COMMENT_SIZE 2000 macro 106 char Comments[MAX_COMMENT_SIZE];
|
D | jhead.c | 254 strncat(OutComment, Line, MAX_COMMENT_SIZE-5-strlen(OutComment)); 269 strncat(OutComment, AddComment, MAX_COMMENT_SIZE-5-strlen(OutComment)); 278 strncat(OutComment, Temp, MAX_COMMENT_SIZE-5-strlen(OutComment)); 946 char Comment[MAX_COMMENT_SIZE+1]; 962 if (CommentSize > MAX_COMMENT_SIZE){ 963 fprintf(stderr, "Truncating comment at %d chars\n",MAX_COMMENT_SIZE); 964 CommentSize = MAX_COMMENT_SIZE; 986 strncpy(Comment, CommentInsertLiteral, MAX_COMMENT_SIZE); 990 char CommentZt[MAX_COMMENT_SIZE+1];
|
D | exif.c | 743 if (ByteCount > MAX_COMMENT_SIZE) ByteCount = MAX_COMMENT_SIZE; in ProcessExifDir() 776 if (msiz > MAX_COMMENT_SIZE - 1) msiz = MAX_COMMENT_SIZE - 1; in ProcessExifDir() 1902 for (a=0;a<MAX_COMMENT_SIZE;a++){ in ShowImageInfo()
|
D | jpgfile.c | 50 char Comment[MAX_COMMENT_SIZE+1]; in process_COM() 56 …if (length > MAX_COMMENT_SIZE) length = MAX_COMMENT_SIZE; // Truncate if it won't fit in our struc… in process_COM()
|