Home
last modified time | relevance | path

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

/curl/lib/
H A Dws.c58 #define WSBIT_MASK 0x80 macro
193 if(dec->head[1] & WSBIT_MASK) { in ws_dec_read_head()
596 head[1] = 127 | WSBIT_MASK; in ws_enc_write_head()
608 head[1] = 126 | WSBIT_MASK; in ws_enc_write_head()
614 head[1] = (unsigned char)payload_len | WSBIT_MASK; in ws_enc_write_head()

Completed in 9 milliseconds