Home
last modified time | relevance | path

Searched refs:polySegmentCacheIndex (Results 1 – 12 of 12) sorted by relevance

/dports/x11/dxpc/dxpc-3.9.2/
H A DClientCache.H141 unsigned int polySegmentCacheIndex; variable
H A DClientCache.C231 polySegmentCacheX(8), polySegmentCacheY(8), polySegmentCacheIndex(0), in ClientCache()
H A DServerChannel.C2459 polySegmentCacheIndex] = in doWrite()
2462 polySegmentCacheIndex] = in doWrite()
2465 if (clientCache_.polySegmentCacheIndex == 1) in doWrite()
2466 clientCache_.polySegmentCacheIndex = 0; in doWrite()
2468 clientCache_.polySegmentCacheIndex = 1; in doWrite()
H A DClientChannel.C1178 polySegmentCacheIndex] = in doRead()
1181 polySegmentCacheIndex] = in doRead()
1184 clientCache_.polySegmentCacheIndex = in doRead()
1185 clientCache_.polySegmentCacheIndex == 1 ? 0 : 1; in doRead()
/dports/net/nxproxy/nx-libs-3.5.99.20-1/nxcomp/src/
H A DClientCache.h233 unsigned int polySegmentCacheIndex; variable
H A DClientCache.cpp68 polySegmentCacheX(8), polySegmentCacheY(8), polySegmentCacheIndex(0), in ClientCache()
H A DServerChannel.cpp3718 clientCache_ -> polySegmentLastX[clientCache_ -> polySegmentCacheIndex] = x; in handleWrite()
3719 clientCache_ -> polySegmentLastY[clientCache_ -> polySegmentCacheIndex] = y; in handleWrite()
3721 if (clientCache_ -> polySegmentCacheIndex == 1) in handleWrite()
3722 clientCache_ -> polySegmentCacheIndex = 0; in handleWrite()
3724 clientCache_ -> polySegmentCacheIndex = 1; in handleWrite()
H A DClientChannel.cpp2346 clientCache_ -> polySegmentLastX[clientCache_ -> polySegmentCacheIndex] = x; in handleRead()
2347 clientCache_ -> polySegmentLastY[clientCache_ -> polySegmentCacheIndex] = y; in handleRead()
2349 clientCache_ -> polySegmentCacheIndex = in handleRead()
2350 clientCache_ -> polySegmentCacheIndex == 1 ? 0 : 1; in handleRead()
/dports/x11/nxcomp/nx-libs-3.5.0.32/nxcomp/
H A DClientCache.h242 unsigned int polySegmentCacheIndex; variable
H A DClientCache.cpp62 polySegmentCacheX(8), polySegmentCacheY(8), polySegmentCacheIndex(0), in ClientCache()
H A DServerChannel.cpp3899 clientCache_ -> polySegmentLastX[clientCache_ -> polySegmentCacheIndex] = x; in handleWrite()
3900 clientCache_ -> polySegmentLastY[clientCache_ -> polySegmentCacheIndex] = y; in handleWrite()
3902 if (clientCache_ -> polySegmentCacheIndex == 1) in handleWrite()
3903 clientCache_ -> polySegmentCacheIndex = 0; in handleWrite()
3905 clientCache_ -> polySegmentCacheIndex = 1; in handleWrite()
H A DClientChannel.cpp2484 clientCache_ -> polySegmentLastX[clientCache_ -> polySegmentCacheIndex] = x; in handleRead()
2485 clientCache_ -> polySegmentLastY[clientCache_ -> polySegmentCacheIndex] = y; in handleRead()
2487 clientCache_ -> polySegmentCacheIndex = in handleRead()
2488 clientCache_ -> polySegmentCacheIndex == 1 ? 0 : 1; in handleRead()