Home | History | Annotate | Download | only in jhead

Lines Matching refs:ExifAsciiPrefix

1218         if(memcmp((char*)value, ExifAsciiPrefix, sizeof(ExifAsciiPrefix)) == 0) {
1219 components = sizeof(ExifAsciiPrefix) +
1220 strlen((char*)value + sizeof(ExifAsciiPrefix)) + 1;
1239 (memcmp((char*)value, ExifAsciiPrefix, sizeof(ExifAsciiPrefix)) == 0)) {
1246 printf("copying %s to %d", (char*)value + sizeof(ExifAsciiPrefix), (*DataWriteIndex));