Home
last modified time | relevance | path

Searched refs:Request (Results 1 – 25 of 118) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h34 struct Request { struct
45 virtual void print(const Request &Request, const DILineInfo &Info) = 0;
46 virtual void print(const Request &Request, const DIInliningInfo &Info) = 0;
47 virtual void print(const Request &Request, const DIGlobal &Global) = 0;
48 virtual void print(const Request &Request,
50 virtual void print(const Request
44 AddressRequest global() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp184 void PlainPrinterBase::print(const Request &Request, const DILineInfo &Info) { in print() argument
185 printHeader(Request.Address); in print()
190 void PlainPrinterBase::print(const Request &Request, in print() argument
192 printHeader(*Request.Address); in print()
202 void PlainPrinterBase::print(const Request &Request, const DIGlobal &Global) { in print() argument
203 printHeader(*Request.Address); in print()
216 void PlainPrinterBase::print(const Request argument
263 printInvalidCommand(const Request & Request,StringRef Command) printInvalidCommand() argument
268 printError(const Request & Request,const ErrorInfoBase & ErrorInfo) printError() argument
279 toJSON(const Request & Request,StringRef ErrorMsg="") toJSON() argument
306 print(const Request & Request,const DILineInfo & Info) print() argument
312 print(const Request & Request,const DIInliningInfo & Info) print() argument
334 print(const Request & Request,const DIGlobal & Global) print() argument
347 print(const Request & Request,const std::vector<DILocal> & Locals) print() argument
370 printInvalidCommand(const Request & Request,StringRef Command) printInvalidCommand() argument
377 printError(const Request & Request,const ErrorInfoBase & ErrorInfo) printError() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp37 bool llvm::streamFile(HTTPServerRequest &Request, StringRef FilePath) { in streamFile() argument
41 Request.setResponse({404u, "text/plain", "Could not open file to read.\n"}); in streamFile()
51 Request.setResponse({404u, "text/plain", "Could not memory-map file.\n"}); in streamFile()
57 Request.setResponse({200u, "application/octet-stream", MB->getBufferSize(), in streamFile()
74 HTTPServerRequest &Request) { in expandUrlPathMatches() argument
78 Request.UrlPathMatches.push_back(it); in expandUrlPathMatches()
80 Request.UrlPath = it; in expandUrlPathMatches()
86 HTTPServerRequest::HTTPServerRequest(const httplib::Request &HTTPLibRequest, in HTTPServerRequest()
118 [Handler](const httplib::Request &HTTPLibRequest, in get()
120 HTTPServerRequest Request(HTTPLibReques in get() local
[all...]
H A DHTTPClient.cpp106 Error HTTPClient::perform(const HTTPRequest &Request, in perform()
108 if (Request.Method != HTTPMethod::GET) in perform()
112 SmallString<128> Url = Request.Url; in perform()
114 curl_easy_setopt(Curl, CURLOPT_FOLLOWLOCATION, Request.FollowRedirects); in perform()
117 for (const std::string &Header : Request.Headers) in perform()
153 Error HTTPClient::perform(const HTTPRequest &Request, in perform()
104 perform(const HTTPRequest & Request,HTTPResponseHandler & Handler) perform() argument
151 perform(const HTTPRequest & Request,HTTPResponseHandler & Handler) perform() argument
H A DDebuginfod.cpp296 HTTPRequest Request(ArtifactUrl); in getCachedOrDownloadArtifact() local
297 Request.Headers = getHeaders(); in getCachedOrDownloadArtifact()
298 Error Err = Client.perform(Request, Handler); in getCachedOrDownloadArtifact()
562 Server.get(R"(/buildid/(.*)/debuginfo)", [&](HTTPServerRequest Request) { in DebuginfodServer() argument
563 Log.push("GET " + Request.UrlPath); in DebuginfodServer()
565 if (!tryGetFromHex(Request.UrlPathMatches[0], IDString)) { in DebuginfodServer()
566 Request.setResponse( in DebuginfodServer()
574 Request.setResponse({404, "text/plain", "Build ID not found\n"}); in DebuginfodServer()
577 streamFile(Request, *PathOrErr); in DebuginfodServer()
580 Server.get(R"(/buildid/(.*)/executable)", [&](HTTPServerRequest Request) { in DebuginfodServer() argument
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp70 llvm::symbolize::Request Request{ModuleName, ModuleOffset}; in __sanitizer_symbolize_code()
82 Printer->print(Request, ResOrErr.get()); in __sanitizer_symbolize_code()
89 Printer->print(Request, ResOrErr.get()); in __sanitizer_symbolize_code()
102 llvm::symbolize::Request Request{ModuleName, ModuleOffset}; in __sanitizer_symbolize_data()
113 Printer->print(Request, ResOrErr.get()); in __sanitizer_symbolize_flush()
125 llvm::symbolize::Request Request{ModuleName, ModuleOffset}; in __sanitizer_symbolize_demangle()
136 Printer->print(Request, ResOrEr
69 llvm::symbolize::Request Request{ModuleName, ModuleOffset}; __sanitizer_symbolize_code() local
98 llvm::symbolize::Request Request{ModuleName, ModuleOffset}; __sanitizer_symbolize_data() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h27 class Request {
31 Request(State S) : CurrentState{S} {} in Request() function
37 bool operator==(const Request &ToCompare) const {
50 clang::ento::mpi::Request>
H A DMPIChecker.cpp41 const Request *const Req = State->get<RequestMap>(MR); in checkDoubleNonblocking()
44 if (Req && Req->CurrentState == Request::State::Nonblocking) { in checkDoubleNonblocking()
52 State = State->set<RequestMap>(MR, Request::State::Nonblocking); in checkDoubleNonblocking()
81 const Request *const Req = State->get<RequestMap>(ReqRegion); in checkUnmatchedWaits()
82 State = State->set<RequestMap>(ReqRegion, Request::State::Wait); in checkUnmatchedWaits()
114 if (Req.second.CurrentState == Request::State::Nonblocking) { in checkMissingWaits()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.c260 iocommand->Request.Type.Direction != PQIIOCTL_NONE) in pqisrc_passthru_ioctl()
262 if (iocommand->Request.CDBLen > sizeof(request.cmd.cdb)) in pqisrc_passthru_ioctl()
265 switch (iocommand->Request.Type.Direction) { in pqisrc_passthru_ioctl()
291 if (iocommand->Request.Type.Direction & PQIIOCTL_WRITE) { in pqisrc_passthru_ioctl()
304 memcpy(request.cmd.cdb, iocommand->Request.CDB, iocommand->Request.CDBLen); in pqisrc_passthru_ioctl()
307 switch (iocommand->Request.Type.Direction) { in pqisrc_passthru_ioctl()
338 request.timeout_in_sec = iocommand->Request.Timeout; in pqisrc_passthru_ioctl()
392 (iocommand->Request.Type.Direction & PQIIOCTL_READ)) { in pqisrc_passthru_ioctl()
/freebsd/lib/libfetch/
H A Dhttp.errors21 400 PROTO Bad Request
29 408 TIMEOUT Request Time-out
34 413 PROTO Request Entity Too Large
35 414 PROTO Request-URI Too Large
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h25 class Request; variable
52 HTTPServerRequest(const httplib::Request &HTTPLibRequest,
95 bool streamFile(HTTPServerRequest &Request, StringRef FilePath);
/freebsd/contrib/file/magic/Magdir/
H A Dsysex132 >>>4 byte 0x00 SNDR (Sound Request)
137 >>>4 byte 0x01 MULR (Multi Request)
142 >>>4 byte 0x02 DRMR (Drum Map Request)
147 >>>4 byte 0x03 PATR (Sequencer Pattern Request)
152 >>>4 byte 0x04 GLBR (Global Parameter Request)
156 >>>4 byte 0x07 MODR (Mode Parameter Request)
161 >>>4 byte 0x00 SNDR (Sound Request)
166 >>>4 byte 0x01 MULR (Multi Request)
171 >>>4 byte 0x02 DRMR (Drum Map Request)
176 >>>4 byte 0x04 GLBR (Global Parameter Request)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp37 ArrayRef<SimpleRemoteEPC::LookupRequest> Request, in lookupSymbolsAsyncHelper() argument
40 if (Request.empty()) in lookupSymbolsAsyncHelper()
43 auto &Element = Request.front(); in lookupSymbolsAsyncHelper()
45 [&DylibMgr, Request, Complete = std::move(Complete), in lookupSymbolsAsyncHelper()
55 DylibMgr, Request.drop_front(), std::move(Result), in lookupSymbolsAsyncHelper()
60 void SimpleRemoteEPC::lookupSymbolsAsync(ArrayRef<LookupRequest> Request, in lookupSymbolsAsync() argument
62 lookupSymbolsAsyncHelper(*DylibMgr, Request, {}, std::move(Complete)); in lookupSymbolsAsync()
H A DEPCDynamicLibrarySearchGenerator.cpp51 ExecutorProcessControl::LookupRequest Request(H, LookupSymbols); in tryToGenerate() local
53 EPC.lookupSymbolsAsync(Request, [this, &JD, LS = std::move(LS), in tryToGenerate()
/freebsd/crypto/openssl/demos/bio/
H A Daccept.cnf21 # Request certificate
22 VerifyMode=Request
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_certreq_new.pod60 =item * B<OSSL_CMP_PKIBODY_IR> - Initialization Request
62 =item * B<OSSL_CMP_PKIBODY_CR> - Certification Request
64 =item * B<OSSL_CMP_PKIBODY_P10CR> - PKCS#10 Certification Request
66 =item * B<OSSL_CMP_PKIBODY_KUR> - Key Update Request
119 ossl_cmp_rr_new() creates a Revocation Request message from the
134 ossl_cmp_pollReq_new() creates a Polling Request message with certReqId set to
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp92 static void print(const Request &Request, Expected<T> &ResOrErr, in print() argument
96 Printer.print(Request, *ResOrErr); in print()
104 PrintEmpty = Printer.printError(Request, EI); in print()
108 Printer.print(Request, T()); in print()
284 Request SymRequest = { in executeCommand()
326 Request SymRequest = {ModuleName, std::nullopt, StringRef()}; in printUnknownLineInfo()
570 Request SymRequest = {Arg->getValue(), 0, StringRef()}; in llvm_symbolizer_main()
/freebsd/crypto/openssl/test/ssl-tests/
H A D04-client_auth.cnf77 VerifyMode = Request
128 VerifyMode = Request
158 VerifyMode = Request
242 VerifyMode = Request
301 VerifyMode = Request
335 VerifyMode = Request
425 VerifyMode = Request
484 VerifyMode = Request
518 VerifyMode = Request
608 VerifyMode = Request
[all …]
H A D04-client_auth.cnf.in86 "VerifyMode" => "Request"
138 "VerifyMode" => "Request",
169 "VerifyMode" => "Request",
/freebsd/.github/PULL_REQUEST_TEMPLATE/
H A Dpull_request_template.md11 MFC after: <N [day[s]|week[s]|month[s]]. Request a reminder email>
15 Pull Request: <https://github.com/freebsd/<repo>/pull/###>
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_history.txt398 * Enclosure Processor Request and Reply.
404 * 05-12-10 02.00.10 Added optional vendor-unique region to SCSI IO Request.
429 * Added TotalImageSize field to FWDownload Request.
430 * Added reserved words to FWUpload Request.
512 * Added PowerManagementControl Request structures and
563 * Request Message.
565 * Request Message.
607 * Control Request.
609 * Request.
616 * Passthrough Request message.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h487 for (const auto &Request : Requests) in checkElementRequest() local
488 if ((Element->*Request)()) in checkElementRequest()
491 for (const LVElementGetFunction &Request : ElementRequest) in checkElementRequest() local
492 if ((Element->*Request)()) in checkElementRequest()
499 void addRequest(const T &Selection, const U &Dispatch, V &Request) const { in addRequest() argument
504 Request.push_back(Iter->second); in addRequest()
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_history.txt253 * Enclosure Processor Request and Reply.
259 * 05-12-10 02.00.10 Added optional vendor-unique region to SCSI IO Request.
267 * Added TotalImageSize field to FWDownload Request.
268 * Added reserved words to FWUpload Request.
350 * Added PowerManagementControl Request structures and
373 * Control Request.
375 * Request.
385 * BufferPostFlags field of CommandBufferPostBase Request.
389 * Target Status Send Request only takes a single SGE for
406 * Post Request.
/freebsd/stand/efi/include/Protocol/
H A DHttp.h241 EFI_HTTP_REQUEST_DATA *Request; member
513 EFI_HTTP_REQUEST Request; member
/freebsd/contrib/wpa/hostapd/
H A DREADME-MULTI-AP51 (Re)Association Request frame ([3], section 5.2, paragraph 4). In addition, it
57 (Re)Association Request frame and verifies that it is included in the
76 parses the Multi-AP information element in the Association Request frame. If the
102 4. STA sends Association Request frame with Multi-AP IE.
133 Association Request frame and the M1 message. It then configures the new network
147 4. Enrollee sends Association Request frame with Multi-AP IE.

12345