Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocolServerMCP.cpp223 protocol::Error protocol_error; in HandleData() local
226 [&](const MCPError &err) { protocol_error = err.toProtcolError(); }, in HandleData()
228 protocol_error.error.code = MCPError::kInternalError; in HandleData()
229 protocol_error.error.message = err.message(); in HandleData()
231 protocol_error.id = request->id; in HandleData()
232 return protocol_error; in HandleData()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel_local.h447 unsigned int protocol_error : 1; member
H A Dquic_channel.c3469 if (ch->protocol_error) in ossl_quic_channel_raise_protocol_error_loc()
3520 ch->protocol_error = 1; in ossl_quic_channel_raise_protocol_error_loc()
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h240 protocol_error = EPROTO, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__system_error/
H A Derrc.h236 protocol_error = EPROTO, in _LIBCPP_DECLARE_STRONG_ENUM()