Lines Matching refs:connection_id
129 bool CefServerCToCpp::IsValidConnection(int connection_id) { in IsValidConnection() argument
139 int _retval = _struct->is_valid_connection(_struct, connection_id); in IsValidConnection()
146 void CefServerCToCpp::SendHttp200Response(int connection_id, in SendHttp200Response() argument
168 _struct->send_http200response(_struct, connection_id, in SendHttp200Response()
173 void CefServerCToCpp::SendHttp404Response(int connection_id) { in SendHttp404Response() argument
183 _struct->send_http404response(_struct, connection_id); in SendHttp404Response()
187 void CefServerCToCpp::SendHttp500Response(int connection_id, in SendHttp500Response() argument
203 _struct->send_http500response(_struct, connection_id, in SendHttp500Response()
208 void CefServerCToCpp::SendHttpResponse(int connection_id, in SendHttpResponse() argument
234 _struct->send_http_response(_struct, connection_id, response_code, in SendHttpResponse()
244 void CefServerCToCpp::SendRawData(int connection_id, in SendRawData() argument
261 _struct->send_raw_data(_struct, connection_id, data, data_size); in SendRawData()
265 void CefServerCToCpp::CloseConnection(int connection_id) { in CloseConnection() argument
275 _struct->close_connection(_struct, connection_id); in CloseConnection()
279 void CefServerCToCpp::SendWebSocketMessage(int connection_id, in SendWebSocketMessage() argument
296 _struct->send_web_socket_message(_struct, connection_id, data, data_size); in SendWebSocketMessage()