Searched refs:WSHLENMAX (Results 1 – 1 of 1) sorted by relevance
64 #define WSHLENMAX 14 /* 2 + sizeof(uint64_t) + sizeof(uint32_t) */ macro82 char codeBuf[B64LEN(UPDATE_BUF_SIZE) + WSHLENMAX]; /* base64 + maximum frame header length */663 ret = ws_peek(cl, buf, B64LEN(len) + WSHLENMAX); in webSocketsDecodeHybi()