Home | History | Annotate | Download | only in jhead

Lines Matching refs:ExifAsciiPrefix

1104         if(memcmp((char*)value, ExifAsciiPrefix, sizeof(ExifAsciiPrefix)) == 0) {
1105 components = sizeof(ExifAsciiPrefix) +
1106 strlen((char*)value + sizeof(ExifAsciiPrefix)) + 1;
1125 (memcmp((char*)value, ExifAsciiPrefix, sizeof(ExifAsciiPrefix)) == 0)) {
1132 printf("copying %s to %d", (char*)value + sizeof(ExifAsciiPrefix), (*DataWriteIndex));