Home
last modified time | relevance | path

Searched refs:ERROR_INVALID_FUNCTION (Results 1 - 15 of 15) sorted by relevance

/third_party/openssl/test/
H A Derrtest.c120 SetLastError(ERROR_INVALID_FUNCTION); in preserves_system_error()
122 return TEST_int_eq(GetLastError(), ERROR_INVALID_FUNCTION); in preserves_system_error()
/third_party/python/PC/
H A Derrmap.h132 case ERROR_INVALID_FUNCTION: // 1 in winerror_to_errno()
/third_party/libuv/src/win/
H A Derror.c168 case ERROR_INVALID_FUNCTION: return UV_EISDIR; in uv_translate_sys_error()
H A Dudp.c106 } else if (GetLastError() != ERROR_INVALID_FUNCTION) { in uv__udp_set_socket()
H A Dfs.c699 SET_REQ_WIN32_ERROR(req, ERROR_INVALID_FUNCTION); in fs__read_filemap()
881 SET_REQ_WIN32_ERROR(req, ERROR_INVALID_FUNCTION); in fs__write_filemap()
/third_party/node/deps/uv/src/win/
H A Derror.c168 case ERROR_INVALID_FUNCTION: return UV_EISDIR; in uv_translate_sys_error()
H A Dudp.c111 } else if (GetLastError() != ERROR_INVALID_FUNCTION) { in uv__udp_set_socket()
H A Dfs.c765 SET_REQ_WIN32_ERROR(req, ERROR_INVALID_FUNCTION); in fs__read_filemap()
947 SET_REQ_WIN32_ERROR(req, ERROR_INVALID_FUNCTION); in fs__write_filemap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DErrorHandling.cpp174 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
/third_party/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp94 #define DI_DEFAULT_ERROR ERROR_INVALID_FUNCTION
223 errorCode = ERROR_INVALID_FUNCTION; in AddSecurityItem()
231 errorCode = ERROR_INVALID_FUNCTION; in AddSecurityItem()
239 errorCode = ERROR_INVALID_FUNCTION; in AddSecurityItem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DErrorHandling.cpp266 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
/third_party/lzma/C/
H A D7zTypes.h114 #define ERROR_INVALID_FUNCTION EINVAL macro
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.cpp33 if (status == ERROR_INVALID_FUNCTION) return "ERROR_INVALID_FUNCTION"; in win_api_error_str()
/third_party/ntfs-3g/libntfs-3g/
H A Dwin32_io.c305 case ERROR_INVALID_FUNCTION: in ntfs_w32error_to_errno()
/third_party/python/Modules/
H A Dposixmodule.c2004 case ERROR_INVALID_FUNCTION: in win32_xstat_impl()
2035 case ERROR_INVALID_FUNCTION: in win32_xstat_impl()

Completed in 35 milliseconds