Searched defs:ssl_cert_filename (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/tools/flip_server/
H A Dflip_config.cc14 std::string ssl_cert_filename,
30 ssl_cert_filename_(ssl_cert_filename),
87 VLOG(1) << "\tSSL : " << (ssl_cert_filename.size() ? "true"
89 VLOG(1) << "\tCertificate : " << ssl_cert_filename;
106 std::string ssl_cert_filename,
123 ssl_cert_filename,
11 FlipAcceptor(enum FlipHandlerType flip_handler_type, std::string listen_ip, std::string listen_port, std::string ssl_cert_filename, std::string ssl_key_filename, std::string http_server_ip, std::string http_server_port, std::string https_server_ip, std::string https_server_port, int spdy_only, int accept_backlog_size, bool disable_nagle, int accepts_per_wake, bool reuseport, bool wait_for_iface, void* memory_cache) argument
103 AddAcceptor(enum FlipHandlerType flip_handler_type, std::string listen_ip, std::string listen_port, std::string ssl_cert_filename, std::string ssl_key_filename, std::string http_server_ip, std::string http_server_port, std::string https_server_ip, std::string https_server_port, int spdy_only, int accept_backlog_size, bool disable_nagle, int accepts_per_wake, bool reuseport, bool wait_for_iface, void* memory_cache) argument

Completed in 215 milliseconds