Home
last modified time | relevance | path

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

/curl/lib/
H A Dws.c57 #define WSBIT_MASK 0x80 macro
189 if(dec->head[1] & WSBIT_MASK) { in ws_dec_read_head()
593 head[1] = 127 | WSBIT_MASK; in ws_enc_write_head()
605 head[1] = 126 | WSBIT_MASK; in ws_enc_write_head()
611 head[1] = (unsigned char)payload_len | WSBIT_MASK; in ws_enc_write_head()

Completed in 7 milliseconds