Searched refs:encinput (Results 1 – 2 of 2) sorted by relevance
491 size_t want = 4096 - ioc->encinput.offset; in qio_channel_websock_handshake_read()492 buffer_reserve(&ioc->encinput, want); in qio_channel_websock_handshake_read()494 (char *)buffer_end(&ioc->encinput), want, errp); in qio_channel_websock_handshake_read()498 ioc->encinput.offset += ret; in qio_channel_websock_handshake_read()500 handshake_end = g_strstr_len((char *)ioc->encinput.buffer, in qio_channel_websock_handshake_read()501 ioc->encinput.offset, in qio_channel_websock_handshake_read()504 if (ioc->encinput.offset >= 4096) { in qio_channel_websock_handshake_read()520 (char *)ioc->encinput.buffer, in qio_channel_websock_handshake_read()523 buffer_advance(&ioc->encinput, in qio_channel_websock_handshake_read()524 handshake_end - (char *)ioc->encinput.buffer + in qio_channel_websock_handshake_read()[all …]
58 Buffer encinput; member