Home
last modified time | relevance | path

Searched refs:attrCnt (Results 1 – 1 of 1) sorted by relevance

/external/jhead/
Dmain.c205 int attrCnt = 0; in saveAttributes() local
215 attrCnt = atoi(attributes); in saveAttributes()
218 LOGE("attribute count %d attrPtr %s\n", attrCnt, attrPtr); in saveAttributes()
222 exifElementTable = malloc(sizeof(ExifElement_t) * attrCnt); in saveAttributes()
235 for (i = 0; i < attrCnt; i++) { in saveAttributes()
336 for (i = 0; i < attrCnt; i++) { in saveAttributes()