Home
last modified time | relevance | path

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

/dports/net/rdesktop/rdesktop-1.9.0/
H A Dtypes.h189 #define MAX_CBSIZE 256 macro
201 uint8 cb[MAX_CBSIZE];
H A Drdpsnd.c205 if (format->cbSize > MAX_CBSIZE) in rdpsnd_process_negotiate()
210 readcnt = MAX_CBSIZE; in rdpsnd_process_negotiate()
211 discardcnt = format->cbSize - MAX_CBSIZE; in rdpsnd_process_negotiate()