Home
last modified time | relevance | path

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

/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/src/
H A Df_midi.c68 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0); in _WM_ParseNewMidi()
74 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0); in _WM_ParseNewMidi()
97 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, NULL, 0); in _WM_ParseNewMidi()
120 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(no tracks)", 0); in _WM_ParseNewMidi()
158 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0); in _WM_ParseNewMidi()
162 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(missing track header)", 0); in _WM_ParseNewMidi()
175 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0); in _WM_ParseNewMidi()
179 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(bad track size)", 0); in _WM_ParseNewMidi()
185 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(missing EOT)", 0); in _WM_ParseNewMidi()
286 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0); in _WM_ParseNewMidi()
[all …]
H A Dmus2mid.c230 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0); in _WM_mus2midi()
250 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0); in _WM_mus2midi()
H A Dxmi2mid.c956 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, NULL, 0); in ExtractTracksFromXmi()
983 badfile: _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0); in ParseXMI()
H A Dinternal_midi.c2434 … _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(unrecognized meta type event)", 0);
2444 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(missing event)", 0);
2448 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(input too short)", 0);
H A Dwildmidi_lib.c1657 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0); in WildMidi_Open()
1702 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0); in WildMidi_OpenBuffer()
H A Dgus_pat.c735 _WM_GLOBAL_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, filename, 0); in _WM_load_gus_pat()
/dports/games/zdoom/zdoom-2.8.1/src/wildmidi/
H A Dwm_error.h38 WM_ERR_CORUPT, enumerator
H A Dgus_pat.cpp743 _WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0); in _WM_load_gus_pat()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/wildmidi/wildmidi/
H A Dwm_error.h41 WM_ERR_CORUPT,
/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/include/
H A Dwm_error.h35 WM_ERR_CORUPT, enumerator
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wildmidi/src/
H A Dwildmidi_lib.c518 #define WM_ERR_CORUPT 6 macro
2187 WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0);
2444 WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0);
2454 WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0);
3475 WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT,"(too short)", 0);
3537 WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0);
3543 WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(Expected track header)", 0);
3553 WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0);
3570 WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(Expected EOT)", 0);
3604 WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(expected event)", 0);
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/wildmidi/
H A Dgus_pat.cpp793 _WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_CORUPT, "(too short)", 0); in load_gus_pat()