Home | History | Annotate | Download | only in libvncclient

Lines Matching defs:stream_id

100   int err, stream_id, compressedLen, bitsPixel;
107 for (stream_id = 0; stream_id < 4; stream_id++) {
108 if ((comp_ctl & 1) && client->zlibStreamActive[stream_id]) {
109 if (inflateEnd (&client->zlibStream[stream_id]) != Z_OK &&
110 client->zlibStream[stream_id].msg != NULL)
111 rfbClientLog("inflateEnd: %s\n", client->zlibStream[stream_id].msg);
112 client->zlibStreamActive[stream_id] = FALSE;
214 stream_id = comp_ctl & 0x03;
215 zs = &client->zlibStream[stream_id];
216 if (!client->zlibStreamActive[stream_id]) {
226 client->zlibStreamActive[stream_id] = TRUE;