Lines Matching refs:ByteCount

3035 …image_info_type *ImageInfo, char **pszInfoPtr, char **pszEncoding, char *szValuePtr, int ByteCount)  in exif_process_user_comment()  argument
3043 if (ByteCount>=8) { in exif_process_user_comment()
3048 ByteCount -= 8; in exif_process_user_comment()
3052 if (ByteCount >=2 && !memcmp(szValuePtr, "\xFE\xFF", 2)) { in exif_process_user_comment()
3055 ByteCount -= 2; in exif_process_user_comment()
3056 } else if (ByteCount >=2 && !memcmp(szValuePtr, "\xFF\xFE", 2)) { in exif_process_user_comment()
3059 ByteCount -= 2; in exif_process_user_comment()
3072 ByteCount, in exif_process_user_comment()
3075 len = exif_process_string_raw(pszInfoPtr, szValuePtr, ByteCount); in exif_process_user_comment()
3081 ByteCount -= 8; in exif_process_user_comment()
3086 ByteCount -= 8; in exif_process_user_comment()
3094 ByteCount, in exif_process_user_comment()
3097 len = exif_process_string_raw(pszInfoPtr, szValuePtr, ByteCount); in exif_process_user_comment()
3104 ByteCount -= 8; in exif_process_user_comment()
3109 if (ByteCount>0) { in exif_process_user_comment()
3110 for (a=ByteCount-1;a && szValuePtr[a]==' ';a--) { in exif_process_user_comment()
3116 exif_process_string(pszInfoPtr, szValuePtr, ByteCount); in exif_process_user_comment()
3123 …code(image_info_type *ImageInfo, xp_field_type *xp_field, int tag, char *szValuePtr, int ByteCount) in exif_process_unicode() argument
3132 ByteCount, in exif_process_unicode()
3136 xp_field->size = exif_process_string_raw(&xp_field->value, szValuePtr, ByteCount); in exif_process_unicode()