Lines Matching refs:pxEnd
1662 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in prvTCPSetSocketCount() local
1668 pxIterator = listGET_NEXT( pxEnd ); in prvTCPSetSocketCount()
1670 while( pxIterator != pxEnd ) in prvTCPSetSocketCount()
1692 for( pxIterator = listGET_NEXT( pxEnd ); in prvTCPSetSocketCount()
1693 pxIterator != pxEnd; in prvTCPSetSocketCount()
2260 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( pxList->xListEnd ) ); in pxListFindListItemWithValue() local
2262 for( pxIterator = listGET_NEXT( pxEnd ); in pxListFindListItemWithValue()
2263 pxIterator != pxEnd; in pxListFindListItemWithValue()
3991 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in xTCPTimerCheck() local
4005 while( pxIterator != pxEnd ) in xTCPTimerCheck()
4095 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in pxTCPSocketLookup() local
4100 for( pxIterator = listGET_NEXT( pxEnd ); in pxTCPSocketLookup()
4101 pxIterator != pxEnd; in pxTCPSocketLookup()
4909 const ListItem_t * pxEnd; in vSocketSelect() local
4916 pxEnd = ( ( const ListItem_t * ) &( xBoundUDPSocketsList.xListEnd ) ); in vSocketSelect()
4925 pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in vSocketSelect()
4929 for( pxIterator = listGET_NEXT( pxEnd ); in vSocketSelect()
4930 pxIterator != pxEnd; in vSocketSelect()