Searched refs:cur_stream_id (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/RDP/client-1.8.3/ | ||
H A D | tcp.c | 105 static int cur_stream_id = 0; local 111 result = &g_out[cur_stream_id]; 112 cur_stream_id = (cur_stream_id + 1) % STREAM_COUNT; |
Completed in 499 milliseconds