Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_TCP_WIN.c738 const List_t * pxSegments; in vTCPWindowDestroy() local
750 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()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_WIN/
HDFreeRTOS_TCP_WIN_utest.c196 List_t * pxSegments = &( xWindow.xRxSegments ); in test_vTCPWindowDestroy_list_length_not_zero() local
201 listGET_OWNER_OF_HEAD_ENTRY_ExpectAnyArgsAndReturn( pxSegments ); in test_vTCPWindowDestroy_list_length_not_zero()