HomeSort by relevance Sort by last modified time
    Searched defs:ServerOptions (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
InteropServer.cs 38 private class ServerOptions
48 ServerOptions options;
50 private InteropServer(ServerOptions options)
58 var parserResult = Parser.Default.ParseArguments<ServerOptions>(args)
QpsWorker.cs 39 private class ServerOptions
45 ServerOptions options;
47 private QpsWorker(ServerOptions options)
55 var parserResult = Parser.Default.ParseArguments<ServerOptions>(args)
  /external/grpc-grpc/src/python/grpcio/grpc/beta/
implementations.py 234 class ServerOptions(object):
254 _EMPTY_SERVER_OPTIONS = ServerOptions(None, None, None, None, None, None, None)
264 """Creates a ServerOptions value to be passed at server creation.
288 return ServerOptions(multi_method_implementation, request_deserializers,
299 options: An optional ServerOptions value further customizing the
  /external/openssh/
servconf.h 192 } ServerOptions;
234 void initialize_server_options(ServerOptions *);
235 void fill_default_server_options(ServerOptions *);
236 int process_server_config_line(ServerOptions *, char *, const char *, int,
239 void parse_server_config(ServerOptions *, const char *, Buffer *,
241 void parse_server_match_config(ServerOptions *, struct connection_info *);
244 void copy_set_server_options(ServerOptions *, ServerOptions *, int);
245 void dump_config(ServerOptions *);

Completed in 261 milliseconds