Home
last modified time | relevance | path

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

/PHP-7.0/ext/zip/lib/
H A Dphp_zip_config.w32.h60 #if !defined(EOPNOTSUPP) && defined(_WIN32)
61 # define EOPNOTSUPP 130 macro
H A Dzipint.h73 #ifndef EOPNOTSUPP
74 #define EOPNOTSUPP EINVAL macro
H A Dzip_open.c194 zip_error_set(error, ZIP_ER_SEEK, EOPNOTSUPP); in _zip_open()
/PHP-7.0/ext/sockets/
H A Dwindows_common.h47 # undef EOPNOTSUPP
89 #define EOPNOTSUPP WSAEOPNOTSUPP macro
H A Dunix_socket_constants.h323 #ifdef EOPNOTSUPP
325 REGISTER_LONG_CONSTANT("SOCKET_EOPNOTSUPP", EOPNOTSUPP, CONST_CS | CONST_PERSISTENT);

Completed in 23 milliseconds