Home
last modified time | relevance | path

Searched refs:extension_class (Results 1 – 7 of 7) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-websocket-extension-manager.c122 SoupWebsocketExtensionClass *extension_class; in soup_websocket_extension_manager_remove_feature() local
129 extension_class = g_type_class_peek (type); in soup_websocket_extension_manager_remove_feature()
132 if (priv->extension_types->pdata[i] == (gpointer)extension_class) { in soup_websocket_extension_manager_remove_feature()
145 SoupWebsocketExtensionClass *extension_class; in soup_websocket_extension_manager_has_feature() local
152 extension_class = g_type_class_peek (type); in soup_websocket_extension_manager_has_feature()
155 if (priv->extension_types->pdata[i] == (gpointer)extension_class) in soup_websocket_extension_manager_has_feature()
Dsoup-websocket-extension-deflate.c485 SoupWebsocketExtensionClass *extension_class = SOUP_WEBSOCKET_EXTENSION_CLASS (klass); in soup_websocket_extension_deflate_class_init() local
488 extension_class->name = "permessage-deflate"; in soup_websocket_extension_deflate_class_init()
490 extension_class->configure = soup_websocket_extension_deflate_configure; in soup_websocket_extension_deflate_class_init()
491 extension_class->get_request_params = soup_websocket_extension_deflate_get_request_params; in soup_websocket_extension_deflate_class_init()
492 extension_class->get_response_params = soup_websocket_extension_deflate_get_response_params; in soup_websocket_extension_deflate_class_init()
493extension_class->process_outgoing_message = soup_websocket_extension_deflate_process_outgoing_mess… in soup_websocket_extension_deflate_class_init()
494extension_class->process_incoming_message = soup_websocket_extension_deflate_process_incoming_mess… in soup_websocket_extension_deflate_class_init()
Dsoup-websocket.c338 …SoupWebsocketExtensionClass *extension_class = (SoupWebsocketExtensionClass *)supported_extensions… in soup_websocket_client_prepare_handshake_with_extensions() local
340 if (soup_message_is_feature_disabled (msg, G_TYPE_FROM_CLASS (extension_class))) in soup_websocket_client_prepare_handshake_with_extensions()
345 extensions = g_string_append (extensions, extension_class->name); in soup_websocket_client_prepare_handshake_with_extensions()
347 if (extension_class->get_request_params) { in soup_websocket_client_prepare_handshake_with_extensions()
351 websocket_extension = g_object_new (G_TYPE_FROM_CLASS (extension_class), NULL); in soup_websocket_client_prepare_handshake_with_extensions()
Dsoup-server.c2957 SoupWebsocketExtensionClass *extension_class; in soup_server_remove_websocket_extension() local
2968 extension_class = g_type_class_peek (extension_type); in soup_server_remove_websocket_extension()
2970 if (priv->websocket_extension_types->pdata[i] == (gpointer)extension_class) { in soup_server_remove_websocket_extension()
/third_party/freetype/docs/
DCHANGES5283 return FT_Register_Extension( driver, &extension_class );
/third_party/flutter/skia/third_party/externals/freetype/docs/
DCHANGES5182 return FT_Register_Extension( driver, &extension_class );
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES5433 return FT_Register_Extension( driver, &extension_class );