Lines Matching refs:ByteCount

3039 …image_info_type *ImageInfo, char **pszInfoPtr, char **pszEncoding, char *szValuePtr, int ByteCount)  in exif_process_user_comment()  argument
3047 if (ByteCount>=8) { in exif_process_user_comment()
3052 ByteCount -= 8; in exif_process_user_comment()
3056 if (ByteCount >=2 && !memcmp(szValuePtr, "\xFE\xFF", 2)) { in exif_process_user_comment()
3059 ByteCount -= 2; in exif_process_user_comment()
3060 } else if (ByteCount >=2 && !memcmp(szValuePtr, "\xFF\xFE", 2)) { in exif_process_user_comment()
3063 ByteCount -= 2; in exif_process_user_comment()
3076 ByteCount, in exif_process_user_comment()
3079 len = exif_process_string_raw(pszInfoPtr, szValuePtr, ByteCount); in exif_process_user_comment()
3085 ByteCount -= 8; in exif_process_user_comment()
3090 ByteCount -= 8; in exif_process_user_comment()
3098 ByteCount, in exif_process_user_comment()
3101 len = exif_process_string_raw(pszInfoPtr, szValuePtr, ByteCount); in exif_process_user_comment()
3108 ByteCount -= 8; in exif_process_user_comment()
3113 if (ByteCount>0) { in exif_process_user_comment()
3114 for (a=ByteCount-1;a && szValuePtr[a]==' ';a--) { in exif_process_user_comment()
3120 exif_process_string(pszInfoPtr, szValuePtr, ByteCount); in exif_process_user_comment()
3127 …code(image_info_type *ImageInfo, xp_field_type *xp_field, int tag, char *szValuePtr, int ByteCount) in exif_process_unicode() argument
3136 ByteCount, in exif_process_unicode()
3140 xp_field->size = exif_process_string_raw(&xp_field->value, szValuePtr, ByteCount); in exif_process_unicode()