Searched refs:pxSegments (Results 1 – 2 of 2) sorted by relevance
738 const List_t * pxSegments; in vTCPWindowDestroy() local750 pxSegments = &( pxWindow->xRxSegments ); in vTCPWindowDestroy()754 pxSegments = &( pxWindow->xTxSegments ); in vTCPWindowDestroy()757 if( listLIST_IS_INITIALISED( pxSegments ) ) in vTCPWindowDestroy()759 while( listCURRENT_LIST_LENGTH( pxSegments ) > 0U ) in vTCPWindowDestroy()761 … 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()