Lines Matching defs:socket
337 _win32_unset_event_mask (GSocket *socket, int mask) in _win32_unset_event_mask()
407 check_socket (GSocket *socket, in check_socket()
436 check_timeout (GSocket *socket, in check_timeout()
451 g_socket_details_from_fd (GSocket *socket) in g_socket_details_from_fd()
688 GSocket *socket = G_SOCKET (object); in g_socket_constructed() local
742 GSocket *socket = G_SOCKET (object); in g_socket_get_property() local
816 GSocket *socket = G_SOCKET (object); in g_socket_set_property() local
876 GSocket *socket = G_SOCKET (object); in g_socket_finalize() local
1114 g_socket_init (GSocket *socket) in g_socket_init()
1134 GSocket *socket; in g_socket_initable_init() local
1355 g_socket_set_blocking (GSocket *socket, in g_socket_set_blocking()
1381 g_socket_get_blocking (GSocket *socket) in g_socket_get_blocking()
1412 g_socket_set_keepalive (GSocket *socket, in g_socket_set_keepalive()
1447 g_socket_get_keepalive (GSocket *socket) in g_socket_get_keepalive()
1466 g_socket_get_listen_backlog (GSocket *socket) in g_socket_get_listen_backlog()
1489 g_socket_set_listen_backlog (GSocket *socket, in g_socket_set_listen_backlog()
1514 g_socket_get_timeout (GSocket *socket) in g_socket_get_timeout()
1550 g_socket_set_timeout (GSocket *socket, in g_socket_set_timeout()
1574 g_socket_get_ttl (GSocket *socket) in g_socket_get_ttl()
1615 g_socket_set_ttl (GSocket *socket, in g_socket_set_ttl()
1660 g_socket_get_broadcast (GSocket *socket) in g_socket_get_broadcast()
1690 g_socket_set_broadcast (GSocket *socket, in g_socket_set_broadcast()
1723 g_socket_get_multicast_loopback (GSocket *socket) in g_socket_get_multicast_loopback()
1766 g_socket_set_multicast_loopback (GSocket *socket, in g_socket_set_multicast_loopback()
1812 g_socket_get_multicast_ttl (GSocket *socket) in g_socket_get_multicast_ttl()
1854 g_socket_set_multicast_ttl (GSocket *socket, in g_socket_set_multicast_ttl()
1897 g_socket_get_family (GSocket *socket) in g_socket_get_family()
1915 g_socket_get_socket_type (GSocket *socket) in g_socket_get_socket_type()
1934 g_socket_get_protocol (GSocket *socket) in g_socket_get_protocol()
1956 g_socket_get_fd (GSocket *socket) in g_socket_get_fd()
1978 g_socket_get_local_address (GSocket *socket, in g_socket_get_local_address()
2014 g_socket_get_remote_address (GSocket *socket, in g_socket_get_remote_address()
2066 g_socket_is_connected (GSocket *socket) in g_socket_is_connected()
2092 g_socket_listen (GSocket *socket, in g_socket_listen()
2150 g_socket_bind (GSocket *socket, in g_socket_bind()
2335 g_socket_multicast_group_operation (GSocket *socket, in g_socket_multicast_group_operation()
2459 g_socket_join_multicast_group (GSocket *socket, in g_socket_join_multicast_group()
2491 g_socket_leave_multicast_group (GSocket *socket, in g_socket_leave_multicast_group()
2501 g_socket_multicast_group_operation_ssm (GSocket *socket, in g_socket_multicast_group_operation_ssm()
2735 g_socket_join_multicast_group_ssm (GSocket *socket, in g_socket_join_multicast_group_ssm()
2766 g_socket_leave_multicast_group_ssm (GSocket *socket, in g_socket_leave_multicast_group_ssm()
2795 g_socket_speaks_ipv4 (GSocket *socket) in g_socket_speaks_ipv4()
2846 g_socket_accept (GSocket *socket, in g_socket_accept()
2964 g_socket_connect (GSocket *socket, in g_socket_connect()
3051 g_socket_check_connect_result (GSocket *socket, in g_socket_check_connect_result()
3111 g_socket_get_available_bytes (GSocket *socket) in g_socket_get_available_bytes()
3170 block_on_timeout (GSocket *socket, in block_on_timeout()
3202 g_socket_receive_with_timeout (GSocket *socket, in g_socket_receive_with_timeout()
3306 g_socket_receive (GSocket *socket, in g_socket_receive()
3337 g_socket_receive_with_blocking (GSocket *socket, in g_socket_receive_with_blocking()
3373 g_socket_receive_from (GSocket *socket, in g_socket_receive_from()
3401 g_socket_send_with_timeout (GSocket *socket, in g_socket_send_with_timeout()
3491 g_socket_send (GSocket *socket, in g_socket_send()
3522 g_socket_send_with_blocking (GSocket *socket, in g_socket_send_with_blocking()
3555 g_socket_send_to (GSocket *socket, in g_socket_send_to()
3603 g_socket_shutdown (GSocket *socket, in g_socket_shutdown()
3691 g_socket_close (GSocket *socket, in g_socket_close()
3751 g_socket_is_closed (GSocket *socket) in g_socket_is_closed()
3791 ensure_event (GSocket *socket) in ensure_event()
3798 update_select_events (GSocket *socket) in update_select_events()
3833 add_condition_watch (GSocket *socket, in add_condition_watch()
3847 remove_condition_watch (GSocket *socket, in remove_condition_watch()
3861 update_condition_unlocked (GSocket *socket) in update_condition_unlocked()
3931 update_condition (GSocket *socket) in update_condition()
3948 GSocket *socket; member
3994 GSocket *socket = socket_source->socket; in socket_source_dispatch() local
4037 GSocket *socket; in socket_source_finalize() local
4049 socket_source_closure_callback (GSocket *socket, in socket_source_closure_callback()
4091 socket_source_new (GSocket *socket, in socket_source_new()
4183 g_socket_create_source (GSocket *socket, in g_socket_create_source()
4220 g_socket_condition_check (GSocket *socket, in g_socket_condition_check()
4279 g_socket_condition_wait (GSocket *socket, in g_socket_condition_wait()
4320 g_socket_condition_timed_wait (GSocket *socket, in g_socket_condition_timed_wait()
4655 GSocket *socket) in input_message_from_msghdr()
4782 g_socket_send_message (GSocket *socket, in g_socket_send_message()
4894 g_socket_send_message_with_timeout (GSocket *socket, in g_socket_send_message_with_timeout()
5154 g_socket_send_messages (GSocket *socket, in g_socket_send_messages()
5168 g_socket_send_messages_with_timeout (GSocket *socket, in g_socket_send_messages_with_timeout()
5346 cache_recv_address (GSocket *socket, struct sockaddr *native, size_t native_len) in cache_recv_address()
5400 g_socket_receive_message_with_timeout (GSocket *socket, in g_socket_receive_message_with_timeout()
5671 g_socket_receive_messages (GSocket *socket, in g_socket_receive_messages()
5689 g_socket_receive_messages_with_timeout (GSocket *socket, in g_socket_receive_messages_with_timeout()
5964 g_socket_receive_message (GSocket *socket, in g_socket_receive_message()
6013 g_socket_get_credentials (GSocket *socket, in g_socket_get_credentials()
6175 g_socket_get_option (GSocket *socket, in g_socket_get_option()
6243 g_socket_set_option (GSocket *socket, in g_socket_set_option()