Home
last modified time | relevance | path

Searched refs:ERROR_INVALID_FUNCTION (Results 1 – 16 of 16) sorted by relevance

/third_party/openssl/test/
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/
Derrmap.h132 case ERROR_INVALID_FUNCTION: // 1 in winerror_to_errno()
/third_party/node/deps/uv/src/win/
Derror.c168 case ERROR_INVALID_FUNCTION: return UV_EISDIR; in uv_translate_sys_error()
Dudp.c111 } else if (GetLastError() != ERROR_INVALID_FUNCTION) { in uv__udp_set_socket()
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/libuv/src/win/
Derror.c168 case ERROR_INVALID_FUNCTION: return UV_EISDIR; in uv_translate_sys_error()
Dudp.c111 } else if (GetLastError() != ERROR_INVALID_FUNCTION) { in uv__udp_set_socket()
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/lzma/CPP/7zip/UI/Common/
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-subzero/lib/Support/
DErrorHandling.cpp174 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DErrorHandling.cpp266 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
/third_party/lzma/C/
D7zTypes.h109 #define ERROR_INVALID_FUNCTION EINVAL macro
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideobuffer.cpp405 return ERROR_INVALID_FUNCTION; in GetScanline0AndPitch()
/third_party/vulkan-loader/tests/framework/
Dtest_util.cpp33 if (status == ERROR_INVALID_FUNCTION) return "ERROR_INVALID_FUNCTION"; in win_api_error_str()
/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c305 case ERROR_INVALID_FUNCTION: in ntfs_w32error_to_errno()
/third_party/python/Modules/
Dposixmodule.c1983 case ERROR_INVALID_FUNCTION: in win32_xstat_impl()
2014 case ERROR_INVALID_FUNCTION: in win32_xstat_impl()