Lines Matching refs:ByteCount
2605 …image_info_type *ImageInfo, char **pszInfoPtr, char **pszEncoding, char *szValuePtr, int ByteCount) in exif_process_user_comment() argument
2613 if (ByteCount>=8) { in exif_process_user_comment()
2618 ByteCount -= 8; in exif_process_user_comment()
2625 ByteCount -= 2; in exif_process_user_comment()
2629 ByteCount -= 2; in exif_process_user_comment()
2642 ByteCount, in exif_process_user_comment()
2645 len = exif_process_string_raw(pszInfoPtr, szValuePtr, ByteCount); in exif_process_user_comment()
2651 ByteCount -= 8; in exif_process_user_comment()
2656 ByteCount -= 8; in exif_process_user_comment()
2664 ByteCount, in exif_process_user_comment()
2667 len = exif_process_string_raw(pszInfoPtr, szValuePtr, ByteCount); in exif_process_user_comment()
2674 ByteCount -= 8; in exif_process_user_comment()
2679 if (ByteCount>0) { in exif_process_user_comment()
2680 for (a=ByteCount-1;a && szValuePtr[a]==' ';a--) { in exif_process_user_comment()
2686 exif_process_string(pszInfoPtr, szValuePtr, ByteCount); in exif_process_user_comment()
2693 …code(image_info_type *ImageInfo, xp_field_type *xp_field, int tag, char *szValuePtr, int ByteCount) in exif_process_unicode() argument
2702 ByteCount, in exif_process_unicode()
2706 xp_field->size = exif_process_string_raw(&xp_field->value, szValuePtr, ByteCount); in exif_process_unicode()