Home
last modified time | relevance | path

Searched defs:possible_mp3_tag (Results 1 – 4 of 4) sorted by relevance

/dports/audio/mp3_check/mp3_check-1.98/mp3_check-1.95-rjk/
H A Did3.c87 static int copy_int_array_to_str(char *possible_mp3_tag, char *tag_field, in copy_int_array_to_str()
104 int validate_id3_tag(char *possible_mp3_tag, id3_tag_info * id3_tag) in validate_id3_tag()
H A Dmp3_check_misc.c38 char possible_mp3_tag[BUFFER_LENGTH]; in scan_file() local
619 static inline int move_to_next_frame(char *possible_mp3_tag, in move_to_next_frame()
692 char *possible_mp3_tag) in get_char_from_file()
/dports/audio/mp3_check/mp3_check-1.98/
H A Dmp3_check_misc.c50 char possible_mp3_tag[BUFFER_LENGTH]; local
674 move_to_next_frame(possible_mp3_tag, mp3_i, file_info, flags, fp) in move_to_next_frame() argument
861 get_char_from_file(fp, header_value, file_info, flags, possible_mp3_tag) in get_char_from_file() argument
H A Dsupport_functions.h76 copy_int_array_to_str(possible_mp3_tag, tag_field, offset, length, max_length) in copy_int_array_to_str() argument
98 validate_id3_tag(possible_mp3_tag, id3_tag) in validate_id3_tag() argument