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

/external/chromium/net/tools/flip_server/
H A Dflip_config.cc20 bool disable_nagle,
36 disable_nagle_(disable_nagle),
115 bool disable_nagle,
132 disable_nagle,
9 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
104 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
H A Dcreate_listener.cc108 bool disable_nagle,
200 if (disable_nagle) {
233 bool disable_nagle ) {
275 if (disable_nagle) {
101 CreateListeningSocket(const std::string& host, const std::string& port, bool is_numeric_host_address, int backlog, bool reuseaddr, bool reuseport, bool wait_for_iface, bool disable_nagle, int * listen_fd ) argument
/external/chromium_org/net/tools/flip_server/
H A Dflip_config.cc22 bool disable_nagle,
38 disable_nagle_(disable_nagle),
114 bool disable_nagle,
131 disable_nagle,
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
H A Dcreate_listener.cc98 bool disable_nagle,
198 if (disable_nagle) {
231 bool disable_nagle) {
272 if (disable_nagle) {
91 CreateListeningSocket(const std::string& host, const std::string& port, bool is_numeric_host_address, int backlog, bool reuseaddr, bool reuseport, bool wait_for_iface, bool disable_nagle, int* listen_fd) argument
227 CreateConnectedSocket(int* connect_fd, const std::string& host, const std::string& port, bool is_numeric_host_address, bool disable_nagle) argument

Completed in 76 milliseconds