Home
last modified time | relevance | path

Searched refs:EMSGSIZE (Results 1 - 25 of 123) sorted by relevance

12345

/third_party/lwip/src/core/distributed_net/
H A Dudp_transmit.c50 set_errno(EMSGSIZE); in get_msg_data_len()
55 set_errno(EMSGSIZE); in get_msg_data_len()
66 set_errno(EMSGSIZE); in udp_transmit_sendto()
/third_party/musl/src/network/
H A Dns_parse.c76 errno = EMSGSIZE; in ns_initparse()
100 errno = EMSGSIZE; in ns_skiprr()
159 errno = EMSGSIZE; in ns_parserr()
168 if (r < 0) errno = EMSGSIZE; in ns_name_uncompress()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dns_parse.c149 EXPECT_EQ("ns_name_uncompress_0200", errno, EMSGSIZE); in ns_name_uncompress_0200()
164 EXPECT_EQ("ns_name_uncompress_0200", errno, EMSGSIZE); in ns_name_uncompress_0300()
197 EXPECT_EQ("ns_initparse_0200", errno, EMSGSIZE); in ns_initparse_0200()
202 EXPECT_EQ("ns_initparse_0200", errno, EMSGSIZE); in ns_initparse_0200()
/third_party/rust/crates/nix/src/
H A Derrno.rs195 EMSGSIZE => "Message too long",
1212 EMSGSIZE = libc::EMSGSIZE,
1357 libc::EMSGSIZE => EMSGSIZE,
1454 EMSGSIZE = libc::EMSGSIZE,
1572 libc::EMSGSIZE => EMSGSIZE,
1690 EMSGSIZE
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h59 #ifndef EMSGSIZE
60 #define EMSGSIZE (MHDW32ERRBASE+6) macro
/third_party/node/deps/cares/src/lib/
H A Dinet_net_pton.c204 SET_ERRNO(EMSGSIZE); in ares_inet_net_pton_ipv4()
363 SET_ERRNO(EMSGSIZE); in ares_inet_net_pton_ipv6()
389 SET_ERRNO(EMSGSIZE); in ares_inet_net_pton_ipv6()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c60 EMSGSIZE, "EMSGSIZE", EMSGSIZE}, {
H A D4-1.c55 EMSGSIZE, "EMSGSIZE"}, {
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h18 #undef EMSGSIZE macro
19 #define EMSGSIZE WSAEMSGSIZE macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c54 case WSAEMSGSIZE: return EMSGSIZE; in MHD_W32_errno_from_winsock_()
124 case EMSGSIZE: in MHD_W32_strerror_()
432 case EMSGSIZE: in MHD_W32_set_last_winsock_error_()
/third_party/curl/lib/
H A Dcurl_setup_once.h339 #undef EMSGSIZE /* override definition in errno.h */ macro
340 #define EMSGSIZE WSAEMSGSIZE macro
/third_party/libuv/include/uv/
H A Derrno.h203 #if defined(EMSGSIZE) && !defined(_WIN32)
204 # define UV__EMSGSIZE UV__ERR(EMSGSIZE)
/third_party/node/deps/uv/include/uv/
H A Derrno.h203 #if defined(EMSGSIZE) && !defined(_WIN32)
204 # define UV__EMSGSIZE UV__ERR(EMSGSIZE)
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
H A D14-1.c10 * Test that EMSGSIZE is returned if msg_len is not <= mq_attr->mq_msgsize.
54 printf("mq_send() did not return -1 for EMSGSIZE\n"); in main()
58 if (errno != EMSGSIZE) { in main()
59 printf("errno != EMSGSIZE\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
H A D14-1.c10 * Test that EMSGSIZE is returned if msg_len is not <= mq_attr->mq_msgsize.
59 printf("mq_timedsend() didn't ret -1 for EMSGSIZE\n"); in main()
63 if (errno != EMSGSIZE) { in main()
64 printf("errno != EMSGSIZE\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/
H A D12-1.c11 * mq_receive will return EMSGSIZE when msg_len is less than the
61 if (EMSGSIZE != errno) { in main()
62 printf("errno != EMSGSIZE \n"); in main()
/third_party/python/Modules/
H A Derrnomodule.c24 #undef EMSGSIZE macro
219 #ifdef EMSGSIZE in errno_exec()
220 add_errcode("EMSGSIZE", EMSGSIZE, "Message too long"); in errno_exec()
223 add_errcode("EMSGSIZE", WSAEMSGSIZE, "Message too long"); in errno_exec()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h91 #define EMSGSIZE 90 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h91 #define EMSGSIZE 90 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h91 #define EMSGSIZE 90 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h90 #define EMSGSIZE 90 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h91 #define EMSGSIZE 90 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
H A D15-1.c11 * mq_timedreceive will return EMSGSIZE when msg_len is less than the
64 if (EMSGSIZE != errno) { in main()
65 printf("errno != EMSGSIZE\n"); in main()
/third_party/lwip/src/include/lwip/
H A Derrno.h141 #define EMSGSIZE 90 /* Message too long */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h90 #define EMSGSIZE 90 macro

Completed in 21 milliseconds

12345