Home
last modified time | relevance | path

Searched refs:Client (Results 1 – 25 of 84) sorted by relevance

1234

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp43 Client = Diags.getClient(); in FixItRewriter()
48 Diags.setClient(Client, Owner.release() != nullptr); in ~FixItRewriter()
125 return Client ? Client->IncludeInDiagnosticCounts() : true; in IncludeInDiagnosticCounts()
137 Client->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
203 Diags.setClient(Client, false); in Diag()
/openbsd-src/gnu/llvm/clang/tools/clang-repl/
H A DClangRepl.cpp59 clang::DiagnosticConsumer *Client = CI->getDiagnostics().getClient(); in checkDiagErrors() local
60 Client->EndSourceFile(); in checkDiagErrors()
61 Errs = Client->getNumErrors(); in checkDiagErrors()
64 Client->BeginSourceFile(CI->getLangOpts(), &CI->getPreprocessor()); in checkDiagErrors()
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp146 HTTPClient &Client; member in llvm::__anond67ee4c40111::StreamedHTTPResponseHandler
150 StreamedHTTPResponseHandler(CreateStreamFn CreateStream, HTTPClient &Client) in StreamedHTTPResponseHandler() argument
151 : CreateStream(CreateStream), Client(Client) {} in StreamedHTTPResponseHandler()
161 unsigned Code = Client.responseCode(); in handleBodyChunk()
246 HTTPClient Client; in getCachedOrDownloadArtifact() local
247 Client.setTimeout(Timeout); in getCachedOrDownloadArtifact()
255 [&]() { return CacheAddStream(Task, ""); }, Client); in getCachedOrDownloadArtifact()
258 Error Err = Client.perform(Request, Handler); in getCachedOrDownloadArtifact()
262 unsigned Code = Client.responseCode(); in getCachedOrDownloadArtifact()
/openbsd-src/regress/usr.sbin/ospfd/
H A Dospfd.pl23 use Client;
44 my $client = Client->new(
/openbsd-src/regress/usr.sbin/relayd/
H A Ddirect.pl23 use Client;
47 my $c = Client->new(
H A Drelayd.pl23 use Client;
67 $c = Client->new(
H A Dremote.pl25 use Client;
125 $c = Client->new(
/openbsd-src/regress/sys/kern/sosplice/tcp/
H A Ddirect.pl23 use Client;
46 my $c = Client->new(
H A Drelay.pl23 use Client;
58 my $c = Client->new(
H A Decho.pl24 use Client;
60 my $c = Client->new(
H A Dremote.pl25 use Client;
112 my $c = Client->new(
/openbsd-src/regress/sys/kern/sosplice/udp/
H A Ddirect.pl23 use Client;
48 my $c = Client->new(
H A Drelay.pl23 use Client;
61 my $c = Client->new(
H A Dremote.pl25 use Client;
116 my $c = Client->new(
/openbsd-src/regress/usr.sbin/httpd/tests/
H A Dhttpd.pl24 use Client;
56 $c = Client->new(
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/
H A DClient.pm3 package CPAN::HTTP::Client;
9 $CPAN::HTTP::Client::VERSION = $CPAN::HTTP::Client::VERSION = "1.9602";
/openbsd-src/regress/usr.sbin/syslogd/
H A Dsyslogd.pl23 use Client;
93 $c = Client->new(
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/
H A DBUILD.gn10 sources += [ "Client.cpp" ]
/openbsd-src/regress/lib/libssl/certs/
H A Dclient2-ecdsa.pem1 subject= CN = LibreSSL Test Client 2 ECDSA
H A Dclient3-ecdsa.pem1 subject= CN = LibreSSL Test Client 3 ECDSA
H A Dclient1-ecdsa.pem1 subject= CN = LibreSSL Test Client 1 ECDSA
H A Dclient2-ecdsa-chain.pem1 subject= CN = LibreSSL Test Client 2 ECDSA
/openbsd-src/gnu/llvm/llvm/lib/TextAPI/
H A DInterfaceFile.cpp51 auto Client = addEntry(AllowableClients, InstallName); in addAllowableClient() local
52 Client->addTarget(Target); in addAllowableClient()
/openbsd-src/usr.sbin/unbound/doc/
H A Dcontrol_proto_spec.txt4 Server listens on 8953 TCP (localhost by default). Client connects,
15 Client sends
/openbsd-src/regress/sys/net/pf_divert/
H A Dremote.pl33 use Client;
146 $l = $c = Client->new(

1234