Home
last modified time | relevance | path

Searched refs:ws_ctx_t (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/libvncserver/
Dwebsockets.c93 } ws_ctx_t; typedef
259 ws_ctx_t *wsctx = NULL; in webSocketsHandshake()
422 wsctx = calloc(1, sizeof(ws_ctx_t)); in webSocketsHandshake()
491 ws_ctx_t *wsctx = (ws_ctx_t *)cl->wsctx; in webSocketsEncodeHixie()
537 ws_ctx_t *wsctx = (ws_ctx_t *)cl->wsctx; in webSocketsDecodeHixie()
638 ws_ctx_t *wsctx = (ws_ctx_t *)cl->wsctx; in webSocketsDecodeHybi()
777 ws_ctx_t *wsctx = (ws_ctx_t *)cl->wsctx; in webSocketsEncodeHybi()
838 return ((ws_ctx_t *)cl->wsctx)->encode(cl, src, len, dst); in webSocketsEncode()
844 return ((ws_ctx_t *)cl->wsctx)->decode(cl, dst, len); in webSocketsDecode()
856 ws_ctx_t *wsctx = (ws_ctx_t *)cl->wsctx; in webSocketCheckDisconnect()