Searched refs:chosen_protocol (Results 1 – 1 of 1) sorted by relevance
209 const char **chosen_protocol) in choose_subprotocol() argument215 if (chosen_protocol) in choose_subprotocol()216 *chosen_protocol = NULL; in choose_subprotocol()236 if (chosen_protocol) in choose_subprotocol()237 *chosen_protocol = server_protocols[i]; in choose_subprotocol()821 const char *chosen_protocol = NULL; in soup_websocket_server_process_handshake_with_extensions() local849 choose_subprotocol (msg, (const char **) protocols, &chosen_protocol); in soup_websocket_server_process_handshake_with_extensions()850 if (chosen_protocol) in soup_websocket_server_process_handshake_with_extensions()851 soup_message_headers_append (msg->response_headers, "Sec-WebSocket-Protocol", chosen_protocol); in soup_websocket_server_process_handshake_with_extensions()