Searched refs:copied_len (Results 1 – 1 of 1) sorted by relevance
5785 const int32_t copied_len = snprintf( ucChildText, sizeof( ucChildText ), " %d/%d", in vTCPNetStat_TCPSocket() local5788 ( 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()