Home | History | Annotate | Download | only in jhead

Lines Matching refs:description

102         char * description = NULL;
124 case IPTC_SUPLEMENTAL_CATEGORIES: description = "SuplementalCategories"; break;
125 case IPTC_KEYWORDS: description = "Keywords"; break;
126 case IPTC_CAPTION: description = "Caption"; break;
127 case IPTC_AUTHOR: description = "Author"; break;
128 case IPTC_HEADLINE: description = "Headline"; break;
129 case IPTC_SPECIAL_INSTRUCTIONS: description = "Spec. Instr."; break;
130 case IPTC_CATEGORY: description = "Category"; break;
131 case IPTC_BYLINE: description = "Byline"; break;
132 case IPTC_BYLINE_TITLE: description = "Byline Title"; break;
133 case IPTC_CREDIT: description = "Credit"; break;
134 case IPTC_SOURCE: description = "Source"; break;
135 case IPTC_COPYRIGHT_NOTICE: description = "(C)Notice"; break;
136 case IPTC_OBJECT_NAME: description = "Object Name"; break;
137 case IPTC_CITY: description = "City"; break;
138 case IPTC_STATE: description = "State"; break;
139 case IPTC_COUNTRY: description = "Country"; break;
140 case IPTC_TRANSMISSION_REFERENCE: description = "OriginalTransmissionReference"; break;
141 case IPTC_DATE: description = "DateCreated"; break;
142 case IPTC_COPYRIGHT: description = "(C)Flag"; break;
143 case IPTC_REFERENCE_SERVICE: description = "Country Code"; break;
144 case IPTC_COUNTRY_CODE: description = "Ref. Service"; break;
145 case IPTC_TIME_CREATED: description = "Time Created"; break;
146 case IPTC_SUB_LOCATION: description = "Sub Location"; break;
147 case IPTC_IMAGE_TYPE: description = "Image type"; break;
155 if (description != NULL) {
159 memcpy(TempBuf, description, strlen(description));