Lines Matching defs:s

41 unsigned int rws_socket_get_next_message_id(rws_socket s) {  in rws_socket_get_next_message_id()
49 rws_bool rws_socket_send_ping_priv(rws_socket s) { in rws_socket_send_ping_priv()
67 void rws_socket_inform_recvd_frames(rws_socket s) { in rws_socket_inform_recvd_frames()
113 const char * s = NULL; in rws_socket_read_handshake_responce_value() local
129 rws_bool rws_socket_process_handshake_responce(rws_socket s) { in rws_socket_process_handshake_responce()
176 rws_bool rws_socket_send(rws_socket s, const void * data, const size_t data_size) { in rws_socket_send()
221 rws_bool rws_socket_recv(rws_socket s) { in rws_socket_recv()
310 _rws_frame * rws_socket_last_unfin_recvd_frame_by_opcode(rws_socket s, const rws_opcode opcode) { in rws_socket_last_unfin_recvd_frame_by_opcode()
327 void rws_socket_process_bin_or_text_frame(rws_socket s, _rws_frame * frame) { in rws_socket_process_bin_or_text_frame()
342 void rws_socket_process_pong_frame(rws_socket s, _rws_frame * frame) { in rws_socket_process_pong_frame()
346 void rws_socket_process_ping_frame(rws_socket s, _rws_frame * frame) { in rws_socket_process_ping_frame()
355 void rws_socket_process_conn_close_frame(rws_socket s, _rws_frame * frame) { in rws_socket_process_conn_close_frame()
362 void rws_socket_process_received_frame(rws_socket s, _rws_frame * frame) { in rws_socket_process_received_frame()
384 void rws_socket_idle_recv(rws_socket s) { in rws_socket_idle_recv()
412 void rws_socket_idle_send(rws_socket s) { in rws_socket_idle_send()
445 void rws_socket_wait_handshake_responce(rws_socket s) { in rws_socket_wait_handshake_responce()
468 void rws_socket_send_disconnect(rws_socket s) { in rws_socket_send_disconnect()
489 void rws_socket_send_handshake(rws_socket s) { in rws_socket_send_handshake()
528 struct addrinfo * rws_socket_connect_getaddr_info(rws_socket s) { in rws_socket_connect_getaddr_info()
571 void rws_socket_connect_to_host(rws_socket s) { in rws_socket_connect_to_host()
618 rws_socket s = (rws_socket)user_object; in rws_socket_work_th_func() local
693 rws_bool rws_socket_create_start_work_thread(rws_socket s) { in rws_socket_create_start_work_thread()
704 void rws_socket_resize_received(rws_socket s, const size_t need_size) { in rws_socket_resize_received()
729 void rws_socket_close(rws_socket s) { in rws_socket_close()
743 void rws_socket_append_recvd_frames(rws_socket s, _rws_frame * frame) { in rws_socket_append_recvd_frames()
755 void rws_socket_append_send_frames(rws_socket s, _rws_frame * frame) { in rws_socket_append_send_frames()
766 rws_bool rws_socket_send_text_priv(rws_socket s, const char * text) { in rws_socket_send_text_priv()
783 rws_bool rws_socket_send_bin_priv(rws_socket s, const char * bin, size_t size, rws_binary bin_type) in rws_socket_send_bin_priv()
818 rws_bool rws_socket_send_bin_start_priv(rws_socket s, const char *bin, size_t len) { in rws_socket_send_bin_start_priv()
835 rws_bool rws_socket_send_bin_continue_priv(rws_socket s, const char *bin, size_t len) { in rws_socket_send_bin_continue_priv()
852 rws_bool rws_socket_send_bin_finish_priv(rws_socket s, const char *bin, size_t len) { in rws_socket_send_bin_finish_priv()
882 void rws_socket_set_option(rws_socket_t s, int option, int value) { in rws_socket_set_option()
886 void rws_socket_check_write_error(rws_socket s, int error_num) { in rws_socket_check_write_error()
1098 int rws_ssl_conn(rws_socket s) in rws_ssl_conn()
1280 int rws_ssl_close(rws_socket s) in rws_ssl_close()