Go to the documentation of this file.
60 #if defined(_IOSM_INTERNAL)
64 #define IOSMERR_CHECK_ERRNO 0x00008000
105 #define IOSM_VERBOSE 0x8000
106 #define IOSM_INTERNAL 0x4000
107 #define IOSM_SYSCALL 0x2000
108 #define IOSM_DEAD 0x1000
110 #define _fv(_a) ((_a) | IOSM_VERBOSE)
111 #define _fi(_a) ((_a) | IOSM_INTERNAL)
112 #define _fs(_a) ((_a) | (IOSM_INTERNAL | IOSM_SYSCALL))
113 #define _fd(_a) ((_a) | (IOSM_INTERNAL | IOSM_DEAD))
180 #if defined(_IOSM_INTERNAL)
354 #if defined(_IOSM_INTERNAL)
387 unsigned int * archiveSize,
388 const char ** failedFile)
402 #if defined(_IOSM_INTERNAL)