| /freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
| H A D | HTTPServer.cpp | 87 httplib::Response &HTTPLibResponse) in HTTPServerRequest() 92 void HTTPServerRequest::setResponse(HTTPResponse Response) { in setResponse() argument 93 HTTPLibResponse.set_content(Response.Body.begin(), Response.Body.size(), in setResponse() 94 Response.ContentType); in setResponse() 95 HTTPLibResponse.status = Response.Code; in setResponse() 98 void HTTPServerRequest::setResponse(StreamingHTTPResponse Response) { in setResponse() argument 100 Response.ContentLength, Response.ContentType, in setResponse() 102 if (Offset < Response in setResponse() 167 setResponse(HTTPResponse Response) setResponse() argument 171 setResponse(StreamingHTTPResponse Response) setResponse() argument [all...] |
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/ |
| H A D | ProtocolServerMCP.h | 44 using RequestHandler = std::function<llvm::Expected<protocol::Response>( 62 llvm::Expected<protocol::Response> Handle(protocol::Request request); 65 llvm::Expected<protocol::Response> 68 llvm::Expected<protocol::Response> 70 llvm::Expected<protocol::Response> 73 llvm::Expected<protocol::Response> 75 llvm::Expected<protocol::Response>
|
| H A D | ProtocolServerMCP.cpp | 75 llvm::Expected<protocol::Response> 79 llvm::Expected<protocol::Response> response = it->second(request); in Handle() 219 llvm::Expected<protocol::Response> response = Handle(*request); in HandleData() 247 if (std::get_if<protocol::Response>(&(*message))) in HandleData() 291 llvm::Expected<protocol::Response> 293 protocol::Response response; in InitializeHandler() 302 llvm::Expected<protocol::Response> 304 protocol::Response response; in ToolsListHandler() 315 llvm::Expected<protocol::Response> 317 protocol::Response response; in ToolsCallHandler() [all …]
|
| H A D | Protocol.h | 53 struct Response { struct 59 llvm::json::Value toJSON(const Response &); argument 60 bool fromJSON(const llvm::json::Value &, Response &, llvm::json::Path); 179 using Message = std::variant<Request, Response, Notification, Error>;
|
| H A D | Protocol.cpp | 65 llvm::json::Value toJSON(const Response &R) { in toJSON() 74 bool fromJSON(const llvm::json::Value &V, Response &R, llvm::json::Path P) { in fromJSON() 247 protocol::Response R; in fromJSON()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
| H A D | HTTPServer.h | 26 class Response; variable 53 httplib::Response &HTTPLibResponse); 54 httplib::Response &HTTPLibResponse; 64 void setResponse(StreamingHTTPResponse Response); 65 void setResponse(HTTPResponse Response);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 53 struct Response { struct 57 static Response Done() { in Done() argument 58 Response R; in Done() 62 static Response ChangeDecl(const Decl *ND) { in ChangeDecl() argument 63 Response R; in ChangeDecl() 67 static Response ChangeDecl(const DeclContext *Ctx) { in ChangeDecl() argument 68 Response R; in ChangeDecl() 73 static Response UseNextDecl(const Decl *CurDecl) { in UseNextDecl() argument 77 static Response DontClearRelativeToPrimaryNextDecl(const Decl *CurDecl) { in DontClearRelativeToPrimaryNextDecl() argument 78 Response R = Response::UseNextDecl(CurDecl); in DontClearRelativeToPrimaryNextDecl() [all …]
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | ossl_cmp_certreq_new.pod | 83 =item * B<OSSL_CMP_PKIBODY_IP> - Initialization Response 85 =item * B<OSSL_CMP_PKIBODY_CP> - Certification Response 87 =item * B<OSSL_CMP_PKIBODY_KUP> - Key Update Response 122 ossl_cmp_rp_new() creates a Revocation Response message with I<si> and I<cid>. 137 ossl_cmp_pollRep_new() creates a Polling Response message with certReqId set to 142 ossl_cmp_genp_new() creates a new General Response with an empty ITAV stack.
|
| H A D | ossl_cmp_msg_check_update.pod | 72 same context and could apply to any Polling Response (pollRep), error, or PKI
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | Http.h | 240 EFI_HTTP_RESPONSE_DATA *Response; member 508 EFI_HTTP_RESPONSE Response; member
|
| H A D | Tcg2Protocol.h | 294 OUT UINT32 *Response
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | README-MULTI-AP | 58 (Re)Association Response frame. If it is not, association fails. If it is, 64 element in each (Re)Association Response frame, but only to stations that have 103 5. AP sends Association Response frame with Multi-AP IE. 148 5. AP sends Association Response frame with Multi-AP IE.
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | setchgpw2.asn1 | 173 Response ::= [ APPLICATION 1 ] SEQUENCE { 181 Error-Response ::= [ APPLICATION 2 ] SEQUENCE {
|
| H A D | krb5.asn1 | 99 krb-as-rep(11), -- Response to KRB_AS_REQ request 101 krb-tgs-rep(13), -- Response to KRB_TGS_REQ request 103 krb-ap-rep(15), -- Response to KRB_AP_REQ_MUTUAL
|
| /freebsd/usr.sbin/ppp/ |
| H A D | chap_ms.c | 180 int PasswordLen, char *Response) in GenerateNTResponse() argument 187 ChallengeResponse(Challenge, PasswordHash, Response); in GenerateNTResponse()
|
| /freebsd/stand/efi/libefi/ |
| H A D | efihttp.c | 848 message.Data.Response = &response; 854 status = oh->http->Response(oh->http, &token); 978 status = oh->http->Response(oh->http, &token);
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| H A D | RegisterFile.cpp | 680 unsigned Response = 0; in isAvailable() local 710 Response |= (1U << I); in isAvailable() 713 return Response; in isAvailable()
|
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | max8973-regulator.txt | 28 -maxim,enable-etr: boolean, enable Enhanced Transient Response.
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | ocsp.asn1 | 59 successful (0), --Response has valid confirmations
|
| /freebsd/contrib/ntp/ |
| H A D | NOTES.y2kfixes | 104 Response from PHK:
|
| /freebsd/contrib/unbound/doc/ |
| H A D | control_proto_spec.txt | 13 Query and Response
|
| /freebsd/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-arb-gpio-challenge.txt | 1 GPIO-based I2C Arbitration Using a Challenge & Response Mechanism
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-ts.pod.in | 117 Generate a TS reply. For details see L</Timestamp Response generation>. 121 Verify a TS response. For details see L</Timestamp Response verification>. 198 =head2 Timestamp Response generation 304 =head2 Timestamp Response verification 532 =head2 Timestamp Response
|
| /freebsd/contrib/bc/ |
| H A D | MAINTENANCE-TERMS.md | 12 * Response time,
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_CMP_validate_msg.pod | 44 L<OSSL_CMP_CTX_set_option(3)>, for an Initialization Response (IP) message
|