Home
last modified time | relevance | path

Searched refs:gsocketaddress_class (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/gio/
Dgnativesocketaddress.c121 GSocketAddressClass *gsocketaddress_class = G_SOCKET_ADDRESS_CLASS (klass); in g_native_socket_address_class_init() local
125 gsocketaddress_class->get_family = g_native_socket_address_get_family; in g_native_socket_address_class_init()
126 gsocketaddress_class->to_native = g_native_socket_address_to_native; in g_native_socket_address_class_init()
127 gsocketaddress_class->get_native_size = g_native_socket_address_get_native_size; in g_native_socket_address_class_init()
Dgunixsocketaddress.c259 GSocketAddressClass *gsocketaddress_class = G_SOCKET_ADDRESS_CLASS (klass); in g_unix_socket_address_class_init() local
264 gsocketaddress_class->get_family = g_unix_socket_address_get_family; in g_unix_socket_address_class_init()
265 gsocketaddress_class->to_native = g_unix_socket_address_to_native; in g_unix_socket_address_class_init()
266 gsocketaddress_class->get_native_size = g_unix_socket_address_get_native_size; in g_unix_socket_address_class_init()
Dginetsocketaddress.c244 GSocketAddressClass *gsocketaddress_class = G_SOCKET_ADDRESS_CLASS (klass); in g_inet_socket_address_class_init() local
250 gsocketaddress_class->get_family = g_inet_socket_address_get_family; in g_inet_socket_address_class_init()
251 gsocketaddress_class->to_native = g_inet_socket_address_to_native; in g_inet_socket_address_class_init()
252 gsocketaddress_class->get_native_size = g_inet_socket_address_get_native_size; in g_inet_socket_address_class_init()