Lines Matching refs:indexRwRead
1022 …>bSocketRecvPending == TRUE && (psLocalLlcpSocket->indexRwWrite == psLocalLlcpSocket->indexRwRead)) in Handle_Receive_IFrame()
1059 … if((psLocalLlcpSocket->indexRwWrite - psLocalLlcpSocket->indexRwRead)<psLocalLlcpSocket->localRW) in Handle_Receive_IFrame()
2110 pLlcpSocket->indexRwRead = 0; in phFriNfc_LlcpTransport_ConnectionOriented_DisconnectClose_CB()
2174 pLlcpSocket->indexRwRead = 0; in phFriNfc_LlcpTransport_ConnectionOriented_Close()
2328 if(pLlcpSocket->indexRwRead != pLlcpSocket->indexRwWrite) in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2330 … if(pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].length != 0) in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2333 …BufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].buffer,pLlcpSocket->sSocketRwBufferTa… in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2334 …psBuffer->length = pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localR… in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2342 … pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].length = 0; in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2345 pLlcpSocket->indexRwRead++; in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2399 while(pLlcpSocket->indexRwRead != pLlcpSocket->indexRwWrite) in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2405 …if(dataLengthAvailable < pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->… in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2412 … pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].buffer, in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2413 … pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].length); in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2421 … pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].length = 0; in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2424 pLlcpSocket->indexRwRead++; in phFriNfc_LlcpTransport_ConnectionOriented_Recv()