Searched refs:cwDestPos (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dclipboard-helper.cpp201 size_t cwDestPos; local
232 cwDestPos = 0;
237 cwDestPos = 1;
239 for (size_t i = 0; i < cwSrc; ++i, ++cwDestPos)
245 if (cwDestPos == cwDest)
256 pu16Dest[cwDestPos] = pwszSrc[i];
259 if (cwDestPos == cwDest)
264 pu16Dest[cwDestPos] = 0;

Completed in 270 milliseconds