Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c5785 const int32_t copied_len = snprintf( ucChildText, sizeof( ucChildText ), " %d/%d", in vTCPNetStat_TCPSocket() local
5788 ( void ) copied_len; in vTCPNetStat_TCPSocket()
5790 …configASSERT( copied_len >= 0 ); /* LCOV_EXCL_BR_LINE the 'taken' b… in vTCPNetStat_TCPSocket()
5791 …configASSERT( copied_len < ( int32_t ) sizeof( ucChildText ) ); /* LCOV_EXCL_BR_LINE the 'taken' b… in vTCPNetStat_TCPSocket()