Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-websocket-connection.c103 SOUP_WEBSOCKET_QUEUE_NORMAL = 0, enumerator
2002 send_message (self, SOUP_WEBSOCKET_QUEUE_NORMAL, 0x01, (const guint8 *) text, length); in soup_websocket_connection_send_text()
2027 send_message (self, SOUP_WEBSOCKET_QUEUE_NORMAL, 0x02, data, length); in soup_websocket_connection_send_binary()
2059 send_message (self, SOUP_WEBSOCKET_QUEUE_NORMAL, (int)type, data, length); in soup_websocket_connection_send_message()
2177 send_message (self, SOUP_WEBSOCKET_QUEUE_NORMAL, 0x09, in on_queue_ping()