Home
last modified time | relevance | path

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

/dports/audio/libxmp/libxmp-4.5.0/src/
H A Dload.c344 return -XMP_ERROR_LOAD; in load_module()
353 return -XMP_ERROR_LOAD; in load_module()
H A Dload_helpers.c275 return -XMP_ERROR_LOAD; in libxmp_prepare_scan()
/dports/games/NBlood/NBlood-a1689a4/source/libxmp-lite/include/libxmp-lite/
H A Dxmp.h120 #define XMP_ERROR_LOAD 4 /* Error loading file */ macro
/dports/audio/libxmp/libxmp-4.5.0/include/
H A Dxmp.h126 #define XMP_ERROR_LOAD 4 /* Error loading file */ macro
/dports/games/vkquake/vkQuake-1.12.2/Windows/codecs/include/
H A Dxmp.h129 #define XMP_ERROR_LOAD 4 /* Error loading file */ macro
/dports/games/NBlood/NBlood-a1689a4/source/libxmp-lite/src/
H A Dload_helpers.c316 return -XMP_ERROR_LOAD; in libxmp_prepare_scan()
H A Dload.c465 return -XMP_ERROR_LOAD; in load_module()
/dports/audio/libxmp/libxmp-4.5.0/docs/
H A Dlibxmp.rst121 -XMP_ERROR_LOAD /* Error loading file */
438 failed, ``-XMP_ERROR_LOAD`` if the file format was recognized but the
461 format, ``-XMP_ERROR_LOAD`` if the file format was recognized but the
484 format, ``-XMP_ERROR_LOAD`` if the file format was recognized but the
522 format, ``-XMP_ERROR_LOAD`` if the file format was recognized but the
/dports/audio/xmp/xmp-4.1.0/src/
H A Dmain.c217 case XMP_ERROR_LOAD: in load_error()