Lines Matching refs:failf
180 failf(data, "WS: unknown opcode: %x", dec->head[0]); in ws_dec_read_head()
195 failf(data, "WS: masked input frame"); in ws_dec_read_head()
233 failf(data, "WS: frame length longer than 64 signed not supported"); in ws_dec_read_head()
248 failf(data, "WS: unexpected frame header length"); in ws_dec_read_head()
438 failf(data, "WS: not a websocket transfer"); in ws_cw_write()
552 failf(data, "WS: starting new frame with negative payload length %" in ws_enc_write_head()
560 failf(data, "WS: starting new frame with %zd bytes from last one " in ws_enc_write_head()
568 failf(data, "WS: provided flags not recognized '%x'", flags); in ws_enc_write_head()
942 failf(data, "CONNECT_ONLY is required"); in curl_ws_recv()
948 failf(data, "connection not found"); in curl_ws_recv()
954 failf(data, "connection is not setup for websocket"); in curl_ws_recv()
1040 failf(data, "WS: flush, write error %d", result); in ws_flush()
1076 failf(data, "Timeout waiting for socket becoming writable"); in ws_send_raw_blocking()
1086 failf(data, "Error while waiting for socket becoming writable"); in ws_send_raw_blocking()
1101 failf(data, "Not a websocket transfer"); in ws_send_raw()
1151 failf(data, "No associated connection"); in curl_ws_send()
1156 failf(data, "Not a websocket transfer"); in curl_ws_send()
1170 failf(data, "ws_send, raw mode: fragsize and flags cannot be non-zero"); in curl_ws_send()