Home
last modified time | relevance | path

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

/AliOS-Things-master/components/websocket/include/
A Drws_frame.h53 } _rws_frame; typedef
57 _rws_frame * rws_frame_create_with_recv_data(const void * data, const size_t data_size);
60 void rws_frame_fill_with_send_data(_rws_frame * f, const void * data, const size_t data_size, rws_b…
62 void litews_frame_fill_with_send_bin_data(_rws_frame * f, const void * data, const size_t data_size…
65 void rws_frame_combine_datas(_rws_frame * to, _rws_frame * from);
67 _rws_frame * rws_frame_create(void);
69 void rws_frame_delete(_rws_frame * f);
71 void rws_frame_delete_clean(_rws_frame ** f);
A Drws_socket.h140 _rws_frame * rws_socket_last_unfin_recvd_frame_by_opcode(rws_socket s, const rws_opcode opcode);
142 void rws_socket_process_bin_or_text_frame(rws_socket s, _rws_frame * frame);
144 void rws_socket_process_ping_frame(rws_socket s, _rws_frame * frame);
146 void rws_socket_process_pong_frame(rws_socket s, _rws_frame * frame);
148 void rws_socket_process_conn_close_frame(rws_socket s, _rws_frame * frame);
150 void rws_socket_process_received_frame(rws_socket s, _rws_frame * frame);
176 void rws_socket_append_recvd_frames(rws_socket s, _rws_frame * frame);
178 void rws_socket_append_send_frames(rws_socket s, _rws_frame * frame);
/AliOS-Things-master/components/websocket/src/
A Drws_frame.c31 _rws_frame * rws_frame_create_with_recv_data(const void * data, const size_t data_size) { in rws_frame_create_with_recv_data()
43 _rws_frame * frame = NULL; in rws_frame_create_with_recv_data()
118 void rws_frame_create_header(_rws_frame * f, unsigned char * header, const size_t data_size) { in rws_frame_create_header()
151 void litews_frame_create_bin_header(_rws_frame * f, unsigned char * header, const size_t data_size,… in litews_frame_create_bin_header()
201 void rws_frame_fill_with_send_data(_rws_frame * f, const void * data, const size_t data_size, rws_b… in rws_frame_fill_with_send_data()
233 void litews_frame_fill_with_send_bin_data(_rws_frame * f, const void * data, const size_t data_size… in litews_frame_fill_with_send_bin_data()
283 void rws_frame_combine_datas(_rws_frame * to, _rws_frame * from) { in rws_frame_combine_datas()
299 _rws_frame * rws_frame_create(void) { in rws_frame_create()
300 _rws_frame * f = (_rws_frame *)rws_malloc_zero(sizeof(_rws_frame)); in rws_frame_create()
312 void rws_frame_delete(_rws_frame * f) { in rws_frame_delete()
[all …]
A Drws_socketpriv.c69 _rws_frame * frame = NULL; in rws_socket_inform_recvd_frames()
311 _rws_frame * last = NULL; in rws_socket_last_unfin_recvd_frame_by_opcode()
312 _rws_frame * frame = NULL; in rws_socket_last_unfin_recvd_frame_by_opcode()
385 _rws_frame * frame = NULL; in rws_socket_idle_recv()
415 _rws_frame * frame = NULL; in rws_socket_idle_send()
471 _rws_frame * frame = NULL; in rws_socket_send_disconnect()
768 _rws_frame * frame = NULL; in rws_socket_send_text_priv()
785 _rws_frame * frame = NULL; in rws_socket_send_bin_priv()
820 _rws_frame * frame = NULL; in rws_socket_send_bin_start_priv()
837 _rws_frame * frame = NULL; in rws_socket_send_bin_continue_priv()
[all …]

Completed in 11 milliseconds