Lines Matching defs:data

111 static void ws_dec_info(struct ws_decoder *dec, struct Curl_easy *data,  in ws_dec_info()
167 struct Curl_easy *data, in ws_dec_read_head()
261 struct Curl_easy *data, in ws_dec_pass_payload()
292 struct Curl_easy *data, in ws_dec_pass()
366 static CURLcode ws_cw_init(struct Curl_easy *data, in ws_cw_init()
375 static void ws_cw_close(struct Curl_easy *data, struct Curl_cwriter *writer) in ws_cw_close()
383 struct Curl_easy *data; member
397 struct Curl_easy *data = ctx->data; in ws_cw_dec_next() local
425 static CURLcode ws_cw_write(struct Curl_easy *data, in ws_cw_write()
492 static void ws_enc_info(struct ws_encoder *enc, struct Curl_easy *data, in ws_enc_info()
538 static ssize_t ws_enc_write_head(struct Curl_easy *data, in ws_enc_write_head()
640 struct Curl_easy *data, in ws_enc_write_payload()
679 CURLcode Curl_ws_request(struct Curl_easy *data, REQTYPE *req) in Curl_ws_request()
752 CURLcode Curl_ws_accept(struct Curl_easy *data, in Curl_ws_accept()
855 struct Curl_easy *data; member
918 struct Curl_easy *data = reader_ctx; in nw_in_recv() local
931 struct Curl_easy *data = d; in curl_ws_recv() local
1013 static CURLcode ws_flush(struct Curl_easy *data, struct websocket *ws, in ws_flush()
1057 struct Curl_easy *data = d; in ws_send_raw_blocking() local
1094 static CURLcode ws_send_raw(struct Curl_easy *data, const void *buffer, in ws_send_raw()
1139 struct Curl_easy *data = d; in curl_ws_send() local
1277 static CURLcode ws_setup_conn(struct Curl_easy *data, in ws_setup_conn()
1286 static CURLcode ws_disconnect(struct Curl_easy *data, in ws_disconnect()
1300 struct Curl_easy *data = d; in curl_ws_meta() local
1388 CURL_EXTERN const struct curl_ws_frame *curl_ws_meta(CURL *data) in curl_ws_meta()