Searched refs:LWS_HTTP_CHUNK_HDR_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
790 LWS_HTTP_CHUNK_HDR_MAX_SIZE + in rops_write_role_protocol_h1()793 LWS_HTTP_CHUNK_HDR_MAX_SIZE; in rops_write_role_protocol_h1()795 LWS_HTTP_CHUNK_HDR_MAX_SIZE - in rops_write_role_protocol_h1()811 char c[LWS_HTTP_CHUNK_HDR_MAX_SIZE + 2]; in rops_write_role_protocol_h1()
216 #define LWS_HTTP_CHUNK_HDR_MAX_SIZE (6 + 2) /* 6 hex digits and then CRLF */ macro