Home
last modified time | relevance | path

Searched refs:xi_file_header (Results 1 – 1 of 1) sorted by relevance

/dports/audio/schismtracker/schismtracker-20211116/fmt/
H A Dxi.c77 struct xi_file_header { struct
88 static int validate_xi(const struct xi_file_header *xi, size_t length) in validate_xi() argument
90 if (length <= sizeof(struct xi_file_header)) in validate_xi()
104 struct xi_file_header *xi = (struct xi_file_header *) data; in fmt_xi_read_info()
117 const struct xi_file_header *xi = (const struct xi_file_header *) data; in fmt_xi_load_instrument()