Searched refs:exifElementTable (Results 1 – 1 of 1) sorted by relevance
202 ExifElement_t* exifElementTable = NULL; in saveAttributes() local222 exifElementTable = malloc(sizeof(ExifElement_t) * attrCnt); in saveAttributes()223 if (exifElementTable == NULL) { in saveAttributes()255 exifElementTable[i].GpsTag = TRUE; in saveAttributes()256 exifElementTable[i].Tag = GpsTagNameToValue(tag); in saveAttributes()259 exifElementTable[i].GpsTag = FALSE; in saveAttributes()260 exifElementTable[i].Tag = TagNameToValue(tag); in saveAttributes()274 exifElementTable[i].Value = malloc(valueLen + 1); in saveAttributes()275 if (exifElementTable[i].Value == NULL) { in saveAttributes()278 memcpy(exifElementTable[i].Value, attrPtr, valueLen); in saveAttributes()[all …]