Searched refs:pxSegments (Results 1 – 2 of 2) sorted by relevance
734 const List_t * pxSegments; in vTCPWindowDestroy() local746 pxSegments = &( pxWindow->xRxSegments ); in vTCPWindowDestroy()750 pxSegments = &( pxWindow->xTxSegments ); in vTCPWindowDestroy()753 if( listLIST_IS_INITIALISED( pxSegments ) ) in vTCPWindowDestroy()755 while( listCURRENT_LIST_LENGTH( pxSegments ) > 0U ) in vTCPWindowDestroy()757 … pxSegment = ( ( TCPSegment_t * ) listGET_OWNER_OF_HEAD_ENTRY( pxSegments ) ); in vTCPWindowDestroy()
196 List_t * pxSegments = &( xWindow.xRxSegments ); in test_vTCPWindowDestroy_list_length_not_zero() local201 listGET_OWNER_OF_HEAD_ENTRY_ExpectAnyArgsAndReturn( pxSegments ); in test_vTCPWindowDestroy_list_length_not_zero()