Searched refs:TCP_SOCKETS_ERRNO_ENOMEM (Results 1 – 4 of 4) sorted by relevance
74 case TCP_SOCKETS_ERRNO_ENOMEM: in xMbedTLSBioTCPSocketsWrapperSend()119 case TCP_SOCKETS_ERRNO_ENOMEM: in xMbedTLSBioTCPSocketsWrapperRecv()
46 #define TCP_SOCKETS_ERRNO_ENOMEM ( -3 ) /*!< Memory allocation failed. */ macro
260 xReturnStatus = TCP_SOCKETS_ERRNO_ENOMEM; in TCP_Sockets_Send()324 xReturnStatus = TCP_SOCKETS_ERRNO_ENOMEM; in TCP_Sockets_Recv()
637 retConnect = TCP_SOCKETS_ERRNO_ENOMEM; in TCP_Sockets_Connect()658 retConnect = TCP_SOCKETS_ERRNO_ENOMEM; in TCP_Sockets_Connect()
Completed in 13 milliseconds