Lines Matching refs:pxEnd
2274 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in prvTCPSetSocketCount() local
2280 pxIterator = listGET_NEXT( pxEnd ); in prvTCPSetSocketCount()
2282 while( pxIterator != pxEnd ) in prvTCPSetSocketCount()
2304 for( pxIterator = listGET_NEXT( pxEnd ); in prvTCPSetSocketCount()
2305 pxIterator != pxEnd; in prvTCPSetSocketCount()
3036 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( pxList->xListEnd ) ); in pxListFindListItemWithValue() local
3038 for( pxIterator = listGET_NEXT( pxEnd ); in pxListFindListItemWithValue()
3039 pxIterator != pxEnd; in pxListFindListItemWithValue()
4782 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in xTCPTimerCheck() local
4796 while( pxIterator != pxEnd ) in xTCPTimerCheck()
4886 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in pxTCPSocketLookup() local
4891 for( pxIterator = listGET_NEXT( pxEnd ); in pxTCPSocketLookup()
4892 pxIterator != pxEnd; in pxTCPSocketLookup()
6014 const ListItem_t * pxEnd; in vSocketSelect() local
6021 pxEnd = ( ( const ListItem_t * ) &( xBoundUDPSocketsList.xListEnd ) ); in vSocketSelect()
6030 pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in vSocketSelect()
6034 for( pxIterator = listGET_NEXT( pxEnd ); in vSocketSelect()
6035 pxIterator != pxEnd; in vSocketSelect()