Home
last modified time | relevance | path

Searched refs:Response (Results 1 – 25 of 55) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp92 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()
100 Response.ContentLength, Response.ContentType, in setResponse()
102 if (Offset < Response.ContentLength) { in setResponse()
103 StringRef Chunk = Response.Provider(Offset, Length); in setResponse()
108 [=](bool Success) { Response.CompletionHandler(Success); }); in setResponse()
110 HTTPLibResponse.status = Response.Code; in setResponse()
119 httplib::Response &HTTPLibResponse) { in get()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h26 class Response; variable
53 httplib::Response &HTTPLibResponse);
54 httplib::Response &HTTPLibResponse;
64 void setResponse(StreamingHTTPResponse Response);
65 void setResponse(HTTPResponse Response);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp52 struct Response { struct
56 static Response Done() { in Done() argument
57 Response R; in Done()
62 Response R; in ChangeDecl()
67 Response R; in ChangeDecl()
77 Response R = Response::UseNextDecl(CurDecl); in DontClearRelativeToPrimaryNextDecl()
83 Response
128 Response
133 return Response::Done(); in HandleDefaultTempArgIntoTempTempParam()
145 Response
[all …]
/freebsd-14.2/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_certreq_new.pod83 =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 Dossl_cmp_msg_check_update.pod71 same context and could apply to any Polling Response (pollRep), error, or PKI
/freebsd-14.2/stand/efi/include/Protocol/
H A DHttp.h246 EFI_HTTP_RESPONSE_DATA *Response; member
515 EFI_HTTP_RESPONSE Response; member
/freebsd-14.2/contrib/wpa/hostapd/
H A DREADME-MULTI-AP58 (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-14.2/usr.sbin/ppp/
H A Dchap_ms.c180 int PasswordLen, char *Response) in GenerateNTResponse() argument
187 ChallengeResponse(Challenge, PasswordHash, Response); in GenerateNTResponse()
/freebsd-14.2/crypto/heimdal/lib/asn1/
H A Dsetchgpw2.asn1173 Response ::= [ APPLICATION 1 ] SEQUENCE {
181 Error-Response ::= [ APPLICATION 2 ] SEQUENCE {
H A Dkrb5.asn199 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-14.2/sys/contrib/device-tree/Bindings/dma/
H A Daltr,msgdma.yaml27 - description: Response Slave Port (Optional)
/freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/
H A Dmax8973-regulator.txt28 -maxim,enable-etr: boolean, enable Enhanced Transient Response.
H A Dmaxim,max8973.yaml76 description: Enable Enhanced Transient Response.
/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp672 unsigned Response = 0; in isAvailable() local
702 Response |= (1U << I); in isAvailable()
705 return Response; in isAvailable()
/freebsd-14.2/stand/efi/libefi/
H A Defihttp.c510 message.Data.Response = &response; in _efihttp_fs_open()
516 status = oh->http->Response(oh->http, &token); in _efihttp_fs_open()
635 status = oh->http->Response(oh->http, &token); in _efihttp_fs_read()
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,tegra234-cbb.yaml33 If the Error Response Disable (ERD) is set/enabled for an initiator,
H A Dnvidia,tegra194-cbb.yaml24 using SError or Data Abort exception unless the ERD (Error Response
/freebsd-14.2/crypto/heimdal/lib/hx509/
H A Docsp.asn159 successful (0), --Response has valid confirmations
/freebsd-14.2/contrib/ntp/
H A DNOTES.y2kfixes104 Response from PHK:
/freebsd-14.2/contrib/unbound/doc/
H A Dcontrol_proto_spec.txt13 Query and Response
/freebsd-14.2/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-arb-gpio-challenge.txt1 GPIO-based I2C Arbitration Using a Challenge & Response Mechanism
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-ts.pod.in115 Generate a TS reply. For details see L</Timestamp Response generation>.
119 Verify a TS response. For details see L</Timestamp Response verification>.
196 =head2 Timestamp Response generation
302 =head2 Timestamp Response verification
530 =head2 Timestamp Response
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_CMP_validate_msg.pod42 L<OSSL_CMP_CTX_set_option(3)>, for an Initialization Response (IP) message
/freebsd-14.2/sys/dev/isp/
H A DDriverManual.txt307 module to perform allocation and/or mapping of Request and Response
312 on the Request and Response queues. Another callback can enable the *use*
365 that at a later point in time in reading either a Response Queue entry
400 scenario, an interrupt occurs, and present on the Response Queue is a
414 to the initial 'response' again onto the Response Queue, whereupon the
/freebsd-14.2/crypto/openssh/
H A DCREDITS36 Dag-Erling Smørgrav <des at freebsd.org> - Challenge-Response PAM code.

123