Searched refs:EOPNOTSUPP (Results 1 – 5 of 5) sorted by relevance
60 #if !defined(EOPNOTSUPP) && defined(_WIN32)61 # define EOPNOTSUPP 130 macro
73 #ifndef EOPNOTSUPP74 #define EOPNOTSUPP EINVAL macro
194 zip_error_set(error, ZIP_ER_SEEK, EOPNOTSUPP); in _zip_open()
47 # undef EOPNOTSUPP89 #define EOPNOTSUPP WSAEOPNOTSUPP macro
323 #ifdef EOPNOTSUPP325 REGISTER_LONG_CONSTANT("SOCKET_EOPNOTSUPP", EOPNOTSUPP, CONST_CS | CONST_PERSISTENT);
Completed in 12 milliseconds