Searched refs:copied_len (Results 1 – 1 of 1) sorted by relevance
4839 … const int32_t copied_len = snprintf( ucChildText, sizeof( ucChildText ), " %d/%d", in vTCPNetStat() local4842 ( void ) copied_len; in vTCPNetStat()4844 …configASSERT( copied_len >= 0 ); /* LCOV_EXCL_BR_LINE the 'taken' b… in vTCPNetStat()4845 …configASSERT( copied_len < ( int32_t ) sizeof( ucChildText ) ); /* LCOV_EXCL_BR_LINE the 'taken' b… in vTCPNetStat()