Home
last modified time | relevance | path

Searched refs:EMSGSIZE (Results 1 – 25 of 74) sorted by relevance

123

/third_party/musl/src/network/
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/lwip/src/core/distributed_net/
Dudp_transmit.c45 set_errno(EMSGSIZE); in get_msg_data_len()
50 set_errno(EMSGSIZE); in get_msg_data_len()
61 set_errno(EMSGSIZE); in udp_transmit_sendto()
/third_party/musl/libc-test/src/functionalext/supplement/network/
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/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h59 #ifndef EMSGSIZE
60 #define EMSGSIZE (MHDW32ERRBASE+6) macro
/third_party/boost/boost/
Dcerrno.hpp65 #ifndef EMSGSIZE
66 #define EMSGSIZE 9913 macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h18 #undef EMSGSIZE
19 #define EMSGSIZE WSAEMSGSIZE macro
/third_party/glib/gio/
Dgioerror.c275 #ifdef EMSGSIZE in g_io_error_from_errno()
276 case EMSGSIZE: in g_io_error_from_errno()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c60 EMSGSIZE, "EMSGSIZE", EMSGSIZE}, {
D4-1.c55 EMSGSIZE, "EMSGSIZE"}, {
/third_party/skia/third_party/externals/microhttpd/src/platform/
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/
Dcurl_setup_once.h405 #undef EMSGSIZE /* override definition in errno.h */
406 #define EMSGSIZE WSAEMSGSIZE macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
D14-1.c58 if (errno != EMSGSIZE) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
D14-1.c63 if (errno != EMSGSIZE) { in main()
/third_party/libuv/include/uv/
Derrno.h203 #if defined(EMSGSIZE) && !defined(_WIN32)
204 # define UV__EMSGSIZE UV__ERR(EMSGSIZE)
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/
D12-1.c61 if (EMSGSIZE != errno) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
D15-1.c64 if (EMSGSIZE != errno) { in main()
/third_party/node/deps/cares/src/lib/
Dinet_net_pton.c184 SET_ERRNO(EMSGSIZE); in inet_net_pton_ipv4()
379 SET_ERRNO(EMSGSIZE); in inet_net_pton_ipv6()
Dsetup_once.h466 #undef EMSGSIZE /* override definition in errno.h */
467 #define EMSGSIZE WSAEMSGSIZE macro
/third_party/python/Modules/
Derrnomodule.c24 #undef EMSGSIZE
219 #ifdef EMSGSIZE in errno_exec()
220 add_errcode("EMSGSIZE", EMSGSIZE, "Message too long"); in errno_exec()
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h91 #define EMSGSIZE 90 macro
/third_party/lwip/src/include/lwip/
Derrno.h141 #define EMSGSIZE 90 /* Message too long */ macro
/third_party/musl/arch/powerpc/bits/
Derrno.h90 #define EMSGSIZE 90 macro
/third_party/musl/arch/mips/bits/
Derrno.h89 #define EMSGSIZE 97 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h90 #define EMSGSIZE 90 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h91 #define EMSGSIZE 90 macro

123