Home
last modified time | relevance | path

Searched defs:Response (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp92 void HTTPServerRequest::setResponse(HTTPResponse Response) { in setResponse() argument
98 void HTTPServerRequest::setResponse(StreamingHTTPResponse Response) { in setResponse() argument
167 setResponse(HTTPResponse Response) setResponse() argument
171 setResponse(StreamingHTTPResponse Response) setResponse() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h26 class Response; variable
/freebsd/stand/efi/include/Protocol/
H A DHttp.h246 EFI_HTTP_RESPONSE_DATA *Response; member
515 EFI_HTTP_RESPONSE Response; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp55 struct Response { struct
56 const Decl *NextDecl = nullptr;
57 bool IsDone = false;
58 bool ClearRelativeToPrimary = true;
59 static Response Done() { in Done()
64 static Response ChangeDecl(const Decl *ND) { in ChangeDecl()
69 static Response ChangeDecl(const DeclContext *Ctx) { in ChangeDecl()
75 static Response UseNextDecl(const Decl *CurDecl) { in UseNextDecl()
79 static Response DontClearRelativeToPrimaryNextDecl(const Decl *CurDecl) { in DontClearRelativeToPrimaryNextDecl()
/freebsd/usr.sbin/ppp/
H A Dchap_ms.c180 int PasswordLen, char *Response) in GenerateNTResponse()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp672 unsigned Response = 0; in isAvailable() local
/freebsd/lib/libfetch/
H A Dhttp.c1182 OUT HASHHEX Response /* request-digest or response-digest */ in DigestCalcResponse()