Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-websocket-extension.c180 if (!klass->process_outgoing_message) in soup_websocket_extension_process_outgoing_message()
183 return klass->process_outgoing_message (extension, header, payload, error); in soup_websocket_extension_process_outgoing_message()
Dsoup-websocket-extension.h56 GBytes *(* process_outgoing_message) (SoupWebsocketExtension *extension, member
Dsoup-websocket-extension-deflate.c493 …extension_class->process_outgoing_message = soup_websocket_extension_deflate_process_outgoing_mess… in soup_websocket_extension_deflate_class_init()