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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dchannels.c32 #define MAX_CHANNELS 6 macro
41 VCHANNEL g_channels[MAX_CHANNELS];
62 if (g_num_channels >= MAX_CHANNELS)
64 error("Channel table full, increase MAX_CHANNELS\n");

Completed in 739 milliseconds