Searched refs:ws_ctx_t (Results 1 – 1 of 1) sorted by relevance
84 } ws_ctx_t; typedef245 ws_ctx_t *wsctx = NULL; in webSocketsHandshake()408 wsctx = calloc(1, sizeof(ws_ctx_t)); in webSocketsHandshake()477 ws_ctx_t *wsctx = (ws_ctx_t *)cl->wsctx; in webSocketsEncodeHixie()523 ws_ctx_t *wsctx = (ws_ctx_t *)cl->wsctx; in webSocketsDecodeHixie()624 ws_ctx_t *wsctx = (ws_ctx_t *)cl->wsctx; in webSocketsDecodeHybi()763 ws_ctx_t *wsctx = (ws_ctx_t *)cl->wsctx; in webSocketsEncodeHybi()823 return ((ws_ctx_t *)cl->wsctx)->encode(cl, src, len, dst); in webSocketsEncode()829 return ((ws_ctx_t *)cl->wsctx)->decode(cl, dst, len); in webSocketsDecode()841 ws_ctx_t *wsctx = (ws_ctx_t *)cl->wsctx; in webSocketCheckDisconnect()