Lines Matching defs:ioc

161 qio_channel_websock_handshake_send_res(QIOChannelWebsock *ioc,  in qio_channel_websock_handshake_send_res()
185 static void qio_channel_websock_handshake_send_res_err(QIOChannelWebsock *ioc, in qio_channel_websock_handshake_send_res_err()
203 qio_channel_websock_extract_headers(QIOChannelWebsock *ioc, in qio_channel_websock_extract_headers()
338 static void qio_channel_websock_handshake_send_res_ok(QIOChannelWebsock *ioc, in qio_channel_websock_handshake_send_res_ok()
379 static void qio_channel_websock_handshake_process(QIOChannelWebsock *ioc, in qio_channel_websock_handshake_process()
484 static int qio_channel_websock_handshake_read(QIOChannelWebsock *ioc, in qio_channel_websock_handshake_read()
529 static gboolean qio_channel_websock_handshake_send(QIOChannel *ioc, in qio_channel_websock_handshake_send()
569 static gboolean qio_channel_websock_handshake_io(QIOChannel *ioc, in qio_channel_websock_handshake_io()
610 static void qio_channel_websock_encode(QIOChannelWebsock *ioc, in qio_channel_websock_encode()
658 static void qio_channel_websock_write_close(QIOChannelWebsock *ioc, in qio_channel_websock_write_close()
682 static int qio_channel_websock_decode_header(QIOChannelWebsock *ioc, in qio_channel_websock_decode_header()
791 static int qio_channel_websock_decode_payload(QIOChannelWebsock *ioc, in qio_channel_websock_decode_payload()
880 QIOChannel *ioc; in qio_channel_websock_new_server() local
896 void qio_channel_websock_handshake(QIOChannelWebsock *ioc, in qio_channel_websock_handshake()
920 QIOChannelWebsock *ioc = QIO_CHANNEL_WEBSOCK(obj); in qio_channel_websock_finalize() local
935 static ssize_t qio_channel_websock_read_wire(QIOChannelWebsock *ioc, in qio_channel_websock_read_wire()
976 static ssize_t qio_channel_websock_write_wire(QIOChannelWebsock *ioc, in qio_channel_websock_write_wire()
1015 static gboolean qio_channel_websock_flush(QIOChannel *ioc, in qio_channel_websock_flush()
1042 static void qio_channel_websock_unset_watch(QIOChannelWebsock *ioc) in qio_channel_websock_unset_watch()
1050 static void qio_channel_websock_set_watch(QIOChannelWebsock *ioc) in qio_channel_websock_set_watch()
1080 static ssize_t qio_channel_websock_readv(QIOChannel *ioc, in qio_channel_websock_readv()
1127 static ssize_t qio_channel_websock_writev(QIOChannel *ioc, in qio_channel_websock_writev()
1181 static int qio_channel_websock_set_blocking(QIOChannel *ioc, in qio_channel_websock_set_blocking()
1191 static void qio_channel_websock_set_delay(QIOChannel *ioc, in qio_channel_websock_set_delay()
1199 static void qio_channel_websock_set_cork(QIOChannel *ioc, in qio_channel_websock_set_cork()
1207 static int qio_channel_websock_shutdown(QIOChannel *ioc, in qio_channel_websock_shutdown()
1216 static int qio_channel_websock_close(QIOChannel *ioc, in qio_channel_websock_close()
1290 static GSource *qio_channel_websock_create_watch(QIOChannel *ioc, in qio_channel_websock_create_watch()