Searched refs:lStreamPos (Results 1 – 4 of 4) sorted by relevance
227 pxSegment->lStreamPos = lPosition; in lTCPWindowTxAdd()284 *plPosition = pxSegment->lStreamPos; in ulTCPWindowTxGet()
818 int32_t lStreamPos; in prvTCPPrepareSend() local840 lStreamPos = 0; in prvTCPPrepareSend()851 …lDataLen = ( int32_t ) ulTCPWindowTxGet( pxTCPWindow, pxSocket->u.xTCP.ulWindowSize, &lStreamPos ); in prvTCPPrepareSend()877 …ferDistance( pxSocket->u.xTCP.txStream, pxSocket->u.xTCP.txStream->uxTail, ( size_t ) lStreamPos ); in prvTCPPrepareSend()888 … ( int ) lStreamPos, ( unsigned ) uxOffset, ( unsigned ) ulDataGot, ( int ) lDataLen ) ); in prvTCPPrepareSend()897 …nt32_t ) uxStreamBufferDistance( pxSocket->u.xTCP.txStream, ( size_t ) lStreamPos, pxSocket->u.xTC… in prvTCPPrepareSend()
1393 ( int ) pxSegment->lStreamPos ) ); in prvTCPWindowTxAdd_FrontSegment()1456 pxSegment->lStreamPos = lBufferIndex; in lTCPWindowTxAdd()1880 *plPosition = pxSegment->lStreamPos; in ulTCPWindowTxGet()
55 int32_t lStreamPos; /**< reference to the [t|r]xStream of the socket */ member