Searched defs:g_out (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dtcp.c75 static struct stream g_out[STREAM_COUNT]; variable in typeref:struct:stream
111 result = &g_out[cur_stream_id];
531 g_out[i].size = 4096;
532 g_out[i].data = (uint8 *) xmalloc(g_out[i].size);
605 if (g_out[i].data != NULL)
606 xfree(g_out[i].data);
607 g_out[i].p = NULL;
608 g_out[i].end = NULL;
609 g_out[
[all...]

Completed in 42 milliseconds