ByteCount        2607 ext/exif/exif.c static int exif_process_user_comment(image_info_type *ImageInfo, char **pszInfoPtr, char **pszEncoding, char *szValuePtr, int ByteCount TSRMLS_DC)
ByteCount        2615 ext/exif/exif.c 	if (ByteCount>=8) {
ByteCount        2619 ext/exif/exif.c 			ByteCount -= 8;
ByteCount        2626 ext/exif/exif.c 				ByteCount -= 2;
ByteCount        2630 ext/exif/exif.c 				ByteCount -= 2;
ByteCount        2641 ext/exif/exif.c 					ByteCount,
ByteCount        2645 ext/exif/exif.c 				len = exif_process_string_raw(pszInfoPtr, szValuePtr, ByteCount);
ByteCount        2651 ext/exif/exif.c 			ByteCount -= 8;
ByteCount        2656 ext/exif/exif.c 			ByteCount -= 8;
ByteCount        2662 ext/exif/exif.c 					ByteCount,
ByteCount        2666 ext/exif/exif.c 				len = exif_process_string_raw(pszInfoPtr, szValuePtr, ByteCount);
ByteCount        2673 ext/exif/exif.c 			ByteCount -= 8;
ByteCount        2678 ext/exif/exif.c 	if (ByteCount>0) {
ByteCount        2679 ext/exif/exif.c 		for (a=ByteCount-1;a && szValuePtr[a]==' ';a--) {
ByteCount        2685 ext/exif/exif.c 	exif_process_string(pszInfoPtr, szValuePtr, ByteCount TSRMLS_CC);
ByteCount        2692 ext/exif/exif.c static int exif_process_unicode(image_info_type *ImageInfo, xp_field_type *xp_field, int tag, char *szValuePtr, int ByteCount TSRMLS_DC)
ByteCount        2701 ext/exif/exif.c 			ByteCount,
ByteCount        2705 ext/exif/exif.c 		xp_field->size = exif_process_string_raw(&xp_field->value, szValuePtr, ByteCount);