ByteCount        2598 ext/exif/exif.c static int exif_process_user_comment(image_info_type *ImageInfo, char **pszInfoPtr, char **pszEncoding, char *szValuePtr, int ByteCount)
ByteCount        2606 ext/exif/exif.c 	if (ByteCount>=8) {
ByteCount        2610 ext/exif/exif.c 			ByteCount -= 8;
ByteCount        2617 ext/exif/exif.c 				ByteCount -= 2;
ByteCount        2621 ext/exif/exif.c 				ByteCount -= 2;
ByteCount        2632 ext/exif/exif.c 					ByteCount,
ByteCount        2636 ext/exif/exif.c 				len = exif_process_string_raw(pszInfoPtr, szValuePtr, ByteCount);
ByteCount        2642 ext/exif/exif.c 			ByteCount -= 8;
ByteCount        2647 ext/exif/exif.c 			ByteCount -= 8;
ByteCount        2653 ext/exif/exif.c 					ByteCount,
ByteCount        2657 ext/exif/exif.c 				len = exif_process_string_raw(pszInfoPtr, szValuePtr, ByteCount);
ByteCount        2664 ext/exif/exif.c 			ByteCount -= 8;
ByteCount        2669 ext/exif/exif.c 	if (ByteCount>0) {
ByteCount        2670 ext/exif/exif.c 		for (a=ByteCount-1;a && szValuePtr[a]==' ';a--) {
ByteCount        2676 ext/exif/exif.c 	exif_process_string(pszInfoPtr, szValuePtr, ByteCount);
ByteCount        2683 ext/exif/exif.c static int exif_process_unicode(image_info_type *ImageInfo, xp_field_type *xp_field, int tag, char *szValuePtr, int ByteCount)
ByteCount        2692 ext/exif/exif.c 			ByteCount,
ByteCount        2696 ext/exif/exif.c 		xp_field->size = exif_process_string_raw(&xp_field->value, szValuePtr, ByteCount);