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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dtypes.h182 #define MAX_CBSIZE 256 macro
194 uint8 cb[MAX_CBSIZE];
H A Drdpsnd.c300 if (format->cbSize > MAX_CBSIZE)
304 readcnt = MAX_CBSIZE;
305 discardcnt = format->cbSize - MAX_CBSIZE;
433 if (format->cbSize > MAX_CBSIZE)
437 readcnt = MAX_CBSIZE;
438 discardcnt = format->cbSize - MAX_CBSIZE;

Completed in 36 milliseconds